Woops, forgot about other gametype spawncamping.

This commit is contained in:
toasterbabe 2017-07-07 14:39:51 +01:00
parent 88546abb08
commit 54a8602c4c
1 changed files with 1 additions and 1 deletions

View File

@ -9153,7 +9153,7 @@ void P_SpawnPlayer(INT32 playernum)
p->skincolor = skincolor_blueteam;
}
if ((netgame || multiplayer) && leveltime && !p->spectator && !(maptol & TOL_NIGHTS))
if ((netgame || multiplayer) && (gametype != GT_COOP || leveltime) && !p->spectator && !(maptol & TOL_NIGHTS))
p->powers[pw_flashing] = flashingtics-1; // Babysitting deterrent
mobj = P_SpawnMobj(0, 0, 0, MT_PLAYER);