DELET THIS

This commit is contained in:
LightCat 2018-11-16 21:20:29 +01:00
parent 4a35c06f6b
commit ec876350fe

View File

@ -541,10 +541,7 @@ bool NavToEnemy()
if (lastgoal.x > 1.0f || lastgoal.x < -1.0f) if (lastgoal.x > 1.0f || lastgoal.x < -1.0f)
{ {
if (nav::ReadyForCommands) if (nav::ReadyForCommands)
{
nav::navTo(lastgoal, 1337, true, false); nav::navTo(lastgoal, 1337, true, false);
logging::Info("Pathing xdddddd");
}
return true; return true;
} }
} }