mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-07 04:18:49 -05:00
Meat: fix team has meat message not showing
This commit is contained in:
@ -2931,11 +2931,14 @@ meat_powerup_drop_think()
|
||||
level.zombie_vars["zombie_powerup_drop_max_per_round"] = 0;
|
||||
}
|
||||
|
||||
if (!isDefined(level.meat_player))
|
||||
{
|
||||
players = get_players();
|
||||
foreach (player in players)
|
||||
{
|
||||
player thread show_grief_hud_msg("Meat dropped!");
|
||||
}
|
||||
}
|
||||
|
||||
level.meat_powerup = powerup;
|
||||
|
||||
|
Reference in New Issue
Block a user