From 7b1a5ff67f2a533f5c01f45b1d9bae21760c2954 Mon Sep 17 00:00:00 2001 From: DerpedCrusader Date: Tue, 9 Apr 2024 14:03:42 -0700 Subject: [PATCH] CLIENT: Change password text changing the text in the server creation process to make it unmistakable that it's optional --- source/client/menu.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/client/menu.qc b/source/client/menu.qc index 2d61e6b..637a12f 100644 --- a/source/client/menu.qc +++ b/source/client/menu.qc @@ -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