mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-antigrief-all-spectators' into 'master'
Ignore no-contest antigrief if no humans left Closes #1018 See merge request KartKrew/Kart!1927
This commit is contained in:
commit
77ffc08444
1 changed files with 2 additions and 2 deletions
|
|
@ -1505,7 +1505,7 @@ boolean P_CheckRacers(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
if (griefed == true)
|
||||
if (griefed == true && numHumans > 0)
|
||||
{
|
||||
// Don't do this if someone spectated
|
||||
eliminateLast = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue