mirror of
https://github.com/JezuzLizard/Public-BO2-Mods.git
synced 2025-06-07 18:47:59 -05:00
fixed an oversight
This commit is contained in:
parent
38f368a075
commit
925af97d3e
@ -42,14 +42,14 @@ pregameInvulnerability()
|
||||
}
|
||||
while ( level.player_invulernability_active == 0 )
|
||||
{
|
||||
i = 0;
|
||||
while ( i < players.size )
|
||||
i2 = 0;
|
||||
while ( i2 < players.size )
|
||||
{
|
||||
players = get_players();
|
||||
wait 0.05;
|
||||
player = players[ i ];
|
||||
player = players[ i2 ];
|
||||
player disableinvulnerability();
|
||||
i++;
|
||||
i2++;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user