mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 15:17:57 -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;
|
||||
}
|
||||
|
||||
if (!isDefined(level.meat_player))
|
||||
{
|
||||
players = get_players();
|
||||
players = get_players();
|
||||
|
||||
foreach (player in players)
|
||||
{
|
||||
player thread show_grief_hud_msg(&"ZOMBIE_MEAT_DROPPED");
|
||||
}
|
||||
foreach (player in players)
|
||||
{
|
||||
player thread show_grief_hud_msg(&"ZOMBIE_MEAT_DROPPED");
|
||||
}
|
||||
|
||||
level.meat_powerup = powerup;
|
||||
|
Reference in New Issue
Block a user