From a3da9c590b172cbe17f805c4ba0c35430ee105bd Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sun, 15 Jun 2025 13:38:40 -0400 Subject: [PATCH] Update battler-tags.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/battler-tags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 95620caa777..4079a60fa4b 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -1492,7 +1492,7 @@ export class WrapTag extends DamagingTrapTag { getTrapMessage(pokemon: Pokemon): string { const source = this.getSourcePokemon(); if (!source) { - console.warn(`Failed to get source Pokemon for ClampTag getTrapMessage; id: ${this.sourceId}`); + console.warn(`Failed to get source Pokemon for WrapTag getTrapMessage; id: ${this.sourceId}`); return "ERROR - CHECK CONSOLE AND REPORT"; }