mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Update arena.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
6a8a8e3ca0
commit
97d65bb4ab
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user