mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-12 15:05:44 +00:00
MENU: Appropriately set sv_listen_qw on Solo and Co-Op enter
This commit is contained in:
parent
eaeb82d619
commit
7203fbef96
1 changed files with 2 additions and 2 deletions
|
@ -708,13 +708,13 @@ void(string id, vector pos, vector size, __inout vector scrollofs, float num_ser
|
|||
|
||||
void() Menu_StartCoop =
|
||||
{
|
||||
localcmd("sv_public 2\n");
|
||||
localcmd("sv_public 2; sv_listen_qw 1\n");
|
||||
current_menu = MENU_COOPSTOCK;
|
||||
};
|
||||
|
||||
void() Menu_StartSolo =
|
||||
{
|
||||
localcmd("sv_public 0\n");
|
||||
localcmd("sv_public 0; sv_listen_qw 0\n");
|
||||
current_menu = MENU_SOLO;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue