mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-20 17:55:42 +00:00
fast stuck
This commit is contained in:
parent
77307ee21b
commit
cd7d315460
@ -1536,7 +1536,7 @@ movetowards(goal)
|
||||
else
|
||||
timeslow = 0;
|
||||
|
||||
if(stucks == 3)
|
||||
if(stucks == 1)
|
||||
self notify("bad_path_internal");
|
||||
}
|
||||
|
||||
@ -1819,6 +1819,7 @@ changeToWeap(weap)
|
||||
if (toks[0] == "gl")
|
||||
{
|
||||
self setSpawnWeapon(weap);
|
||||
//self botWeapon("");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user