mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-06-26 14:22:02 +00:00
Fix runtime error
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user