check jointime here by suggestion
This commit is contained in:
parent
543b454978
commit
81ce7d0087
1 changed files with 1 additions and 1 deletions
|
|
@ -2870,7 +2870,7 @@ void G_PlayerReborn(INT32 player, boolean betweenmaps)
|
|||
pflags = (players[player].pflags & (PF_WANTSTOJOIN|PF_KICKSTARTACCEL|PF_SHRINKME|PF_SHRINKACTIVE|PF_FLIPCAM));
|
||||
|
||||
// SRB2kart
|
||||
if (betweenmaps || leveltime <= starttime || spectator == true)
|
||||
if ((betweenmaps || leveltime <= starttime || spectator == true) && players[player].jointime)
|
||||
{
|
||||
itemroulette = 0;
|
||||
previtemroulette = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue