Remove debug

This commit is contained in:
Bobblybook
2024-10-07 10:08:56 +11:00
committed by GitHub
parent b895ac17e5
commit 66cd3489ed

View File

@@ -106,6 +106,5 @@ bool AnubarakDodgePoundAction::Execute(Event event)
// Can be adjusted - this value tends to mirror how a human would play,
// and visibly ensures you won't get hit while not creating excessive movements.
float distanceExtra = 2.0f;
bot->Yell("MOVING", LANG_UNIVERSAL);
return Move(bot->GetAngle(boss), distance + distanceExtra);
}