MENU: menu_coop.qc: specify password is optional

This commit is contained in:
erysdren 2024-11-12 10:04:25 -06:00
parent d6c3934b73
commit e02d043a66

View file

@ -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);