mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Meat: fix meat dropped HUD message not showing if picked up right away
This commit is contained in:
@ -3154,14 +3154,11 @@ meat_powerup_drop_think()
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isDefined(level.meat_player))
|
players = get_players();
|
||||||
{
|
|
||||||
players = get_players();
|
|
||||||
|
|
||||||
foreach (player in players)
|
foreach (player in players)
|
||||||
{
|
{
|
||||||
player thread show_grief_hud_msg(&"ZOMBIE_MEAT_DROPPED");
|
player thread show_grief_hud_msg(&"ZOMBIE_MEAT_DROPPED");
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
level.meat_powerup = powerup;
|
level.meat_powerup = powerup;
|
||||||
|
Reference in New Issue
Block a user