mirror of
https://github.com/nzp-team/quakec.git
synced 2024-12-01 08:21:48 +00:00
MENU: menu_coop.qc: specify password is optional
This commit is contained in:
parent
d6c3934b73
commit
e02d043a66
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ void() Menu_Coop_Direct =
|
|||
Menu_Button(1, "cdm_serverip", "SERVER IP/ROOM ID", "IP or ID for the Server (typically starts with /).");
|
||||
Menu_TextInput("cdm_serverip", 1, server_ip, server_ip_cursor);
|
||||
|
||||
Menu_Button(2, "cdm_serverpassword", "SERVER PASSWORD", "Password for the Match set by the Host.");
|
||||
Menu_Button(2, "cdm_serverpassword", "SERVER PASSWORD", "Password for the Match set by the Host (optional).");
|
||||
Menu_PasswordInput("cdm_serverpassword", 2, server_password, server_password_cursor);
|
||||
|
||||
Menu_DrawDivider(3);
|
||||
|
|
Loading…
Reference in a new issue