mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 02:41:49 +00:00
Bro player 2 can't use the console
This commit is contained in:
parent
6b53b883c5
commit
e37e9b0f99
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue