Bro player 2 can't use the console

This commit is contained in:
James R 2019-12-29 20:46:43 -08:00
parent bf25128986
commit 8a15e9abc4

View file

@ -130,7 +130,6 @@ void COM_Lua_f(void)
lua_pop(gL, 1); // pop command info table lua_pop(gL, 1); // pop command info table
return; // can't execute splitscreen command without player 2! return; // can't execute splitscreen command without player 2!
} }
playernum = secondarydisplayplayer;
} }
if (netgame) if (netgame)