Update arena.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-09-13 09:57:46 -04:00 committed by GitHub
parent 6a8a8e3ca0
commit 97d65bb4ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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<ArenaTagType>,
tagTypes: ArenaTagType[] | readonly ArenaTagType[],
side: ArenaTagSide,
quiet = false,
): void {