1
0
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:
Jbleezy
2023-03-22 23:57:03 -07:00
parent e3dd067616
commit b982c1773a

View File

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