mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-21 20:50:42 -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()
|
meat_powerup_reset_on_timeout()
|
||||||
{
|
{
|
||||||
self endon("powerup_grabbed");
|
level endon("meat_grabbed");
|
||||||
|
|
||||||
while (isDefined(self))
|
self waittill("powerup_timedout");
|
||||||
{
|
|
||||||
wait 0.05;
|
|
||||||
}
|
|
||||||
|
|
||||||
level notify("meat_inactive");
|
level notify("meat_inactive");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user