Fix runtime error

This commit is contained in:
ineedbots 2021-05-18 15:10:45 -06:00
parent 3537160233
commit 32d08b75b8

View File

@ -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();