From 8a15e9abc4b36a9c5af0e0f81c7aeea8096ee666 Mon Sep 17 00:00:00 2001
From: James R <justsomejames2@gmail.com>
Date: Sun, 29 Dec 2019 20:46:43 -0800
Subject: [PATCH] Bro player 2 can't use the console

---
 src/lua_consolelib.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lua_consolelib.c b/src/lua_consolelib.c
index 58e720c85a..d6c532b658 100644
--- a/src/lua_consolelib.c
+++ b/src/lua_consolelib.c
@@ -130,7 +130,6 @@ void COM_Lua_f(void)
 			lua_pop(gL, 1); // pop command info table
 			return; // can't execute splitscreen command without player 2!
 		}
-		playernum = secondarydisplayplayer;
 	}
 
 	if (netgame)
-- 
GitLab