mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix typo that was no-selling Race Grief spectatorifying
This commit is contained in:
parent
2afd5b279c
commit
27f5da1fd5
1 changed files with 1 additions and 1 deletions
|
|
@ -3506,7 +3506,7 @@ static void Got_Spectate(const UINT8 **cp, INT32 playernum)
|
|||
// Safety first!
|
||||
// (not respawning spectators here...)
|
||||
const boolean was_spectator = (player->spectator == true);
|
||||
if (was_spectator == true)
|
||||
if (was_spectator == false)
|
||||
{
|
||||
if (gamestate == GS_LEVEL && player->mo != NULL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue