Remove debug #2

This commit is contained in:
Bobblybook
2024-10-07 10:09:36 +11:00
committed by GitHub
parent 66cd3489ed
commit 5838cc60ca

View File

@@ -25,7 +25,7 @@ bool AttackWebWrapAction::Execute(Event event)
{ {
return false; return false;
} }
bot->Yell("ATTACKING WRAP", LANG_UNIVERSAL);
return Attack(webWrap); return Attack(webWrap);
} }