Fix typo that was no-selling Race Grief spectatorifying

This commit is contained in:
toaster 2024-09-18 23:01:11 +01:00
parent 2afd5b279c
commit 27f5da1fd5

View file

@ -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)
{