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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user