mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 03:41:15 +00:00
CLIENT: Change password text
changing the text in the server creation process to make it unmistakable that it's optional
This commit is contained in:
parent
aaca254c03
commit
7b1a5ff67f
1 changed files with 1 additions and 1 deletions
|
@ -972,7 +972,7 @@ var struct
|
|||
{[6, 115], "Connect to Server", -1, setting_connect, null, MENU_JOIN, 0, OPTION_WEB_AND_EXE}, // 62
|
||||
|
||||
// Create Game
|
||||
{[6, 75], "Server Password", -1, setting_password, null, MENU_CREATE, 0, OPTION_WEB_AND_EXE}, // 63
|
||||
{[6, 75], "Password (Optional)", -1, setting_password, null, MENU_CREATE, 0, OPTION_WEB_AND_EXE}, // 63
|
||||
{[6, 95], "Server Name", -1, setting_servername, null, MENU_CREATE, 0, OPTION_WEB_AND_EXE}, // 64
|
||||
{[6, 115], "Choose Map", -1, menu_matchmake, null, MENU_CREATE, 0, OPTION_WEB_AND_EXE}, // 65
|
||||
|
||||
|
|
Loading…
Reference in a new issue