DELET THIS
This commit is contained in:
parent
4a35c06f6b
commit
ec876350fe
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user