mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 19:02:34 +00:00
Woops, forgot about other gametype spawncamping.
This commit is contained in:
parent
88546abb08
commit
54a8602c4c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue