From 97d65bb4abcea7193cf4798e386d8e92e00c80cf Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sat, 13 Sep 2025 09:57:46 -0400 Subject: [PATCH] Update arena.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/field/arena.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/field/arena.ts b/src/field/arena.ts index 10e6b5f1d7d..bdd35394417 100644 --- a/src/field/arena.ts +++ b/src/field/arena.ts @@ -836,7 +836,7 @@ export class Arena { * @todo Review the other tag manipulation functions to see if they can be migrated towards using this (more efficient) */ public removeTagsOnSide( - tagTypes: ArenaTagType[] | ReadonlyArray, + tagTypes: ArenaTagType[] | readonly ArenaTagType[], side: ArenaTagSide, quiet = false, ): void {