mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-21 12:40:20 -05:00
Meat: fix meat powerup reset endon check
This commit is contained in:
@ -3145,12 +3145,9 @@ meat_powerup_drop_watcher()
|
||||
|
||||
meat_powerup_reset_on_timeout()
|
||||
{
|
||||
self endon("powerup_grabbed");
|
||||
level endon("meat_grabbed");
|
||||
|
||||
while (isDefined(self))
|
||||
{
|
||||
wait 0.05;
|
||||
}
|
||||
self waittill("powerup_timedout");
|
||||
|
||||
level notify("meat_inactive");
|
||||
}
|
||||
|
Reference in New Issue
Block a user