1
0
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:
Jbleezy
2023-03-10 09:29:39 -08:00
parent 42f795a891
commit 2364b0bb05

View File

@ -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;