Skip to content

Commit

Permalink
CLIENT: Change password text
Browse files Browse the repository at this point in the history
changing the text in the server creation process to make it unmistakable that it's optional
  • Loading branch information
DerpedCrusader committed Apr 9, 2024
1 parent aaca254 commit 7b1a5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/client/menu.qc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7b1a5ff

Please sign in to comment.