mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-25 06:30:22 -05:00
Meat: check if powerup is defined instead of powerup_timedout notify for reset
This commit is contained in:
@ -3030,7 +3030,10 @@ meat_powerup_reset_on_timeout()
|
||||
{
|
||||
self endon("powerup_grabbed");
|
||||
|
||||
self waittill("powerup_timedout");
|
||||
while (isDefined(self))
|
||||
{
|
||||
wait 0.05;
|
||||
}
|
||||
|
||||
level notify("meat_inactive");
|
||||
}
|
||||
|
Reference in New Issue
Block a user