Skip to content
Snippets Groups Projects
Commit 8a15e9ab authored by James R.'s avatar James R.
Browse files

Bro player 2 can't use the console

parent bf251289
No related branches found
No related tags found
2 merge requests!718Rename R_IsPointInSubsector to R_PointInSubsectorOrNull/Nil,!602Local Lua commands + no magic numbers
...@@ -130,7 +130,6 @@ void COM_Lua_f(void) ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment