1
0
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:
Jbleezy
2023-03-18 10:32:43 -07:00
parent 80248ea2df
commit 4d115f3407

View File

@ -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");
}