I have no idea if this is an actual problem or not, but this was in the back of my mind from day 1

This commit is contained in:
TehRealSalt 2018-09-30 17:17:33 -04:00
parent bc807dccc4
commit 5132c31e0f

View file

@ -7421,6 +7421,9 @@ static void M_StartServer(INT32 choice)
if (!cv_nextmap.value)
CV_SetValue(&cv_nextmap, G_RandMap(G_TOLFlag(cv_newgametype.value), -1, false, false, 0, false)+1);
if (cv_maxplayers.value < ssplayers+1)
CV_SetValue(&cv_maxplayers, ssplayers+1);
if (splitscreen != ssplayers)
{
splitscreen = ssplayers;