1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-23 13:40:22 -05:00

Meat: fix multiple meat powerups spawning again

This commit is contained in:
Jbleezy
2023-02-26 19:49:50 -08:00
parent 19dff22ae1
commit 79ee242c80
2 changed files with 15 additions and 0 deletions

View File

@ -22,6 +22,11 @@ meat_stink_on_ground(position_to_play)
{
if(level.scr_zm_ui_gametype_obj == "zmeat")
{
if (isDefined(level.meat_powerup))
{
return;
}
players = get_players();
foreach (player in players)
{