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