mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-03-14 19:36:56 +00:00
Fix runtime error
This commit is contained in:
parent
3537160233
commit
32d08b75b8
@ -721,6 +721,10 @@ watch_grenade()
|
||||
for(;;)
|
||||
{
|
||||
self waittill("grenade_fire", g, name);
|
||||
|
||||
if (!isDefined(g))
|
||||
continue;
|
||||
|
||||
if(name == "scrambler_mp")
|
||||
{
|
||||
g thread watch_scrambler();
|
||||
|
Loading…
x
Reference in New Issue
Block a user