From 5761369ab62128b7e56a39c8f4a7ad18308825b5 Mon Sep 17 00:00:00 2001 From: muscode Date: Fri, 1 Nov 2024 10:18:35 -0600 Subject: [PATCH] remove comment Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/ability.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index d6c31596db9..1c9173e1e28 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -4740,7 +4740,6 @@ async function applyAbAttrsInternal( } } -//Helper class for Switch out logic class ForceSwitchOutHelper { constructor(private switchType: SwitchType) {} /**