Changeset - r28075:b36c6364bf1c
[Not reviewed]
master
0 1 0
Rubidium - 13 months ago 2023-10-29 19:16:26
rubidium@openttd.org
Fix: allow same length server password in the UI
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/network/network_gui.cpp
Show inline comments
 
@@ -1037,7 +1037,7 @@ struct NetworkStartServerWindow : public
 
			case WID_NSS_SETPWD: // Set password button
 
				this->widget_id = WID_NSS_SETPWD;
 
				SetDParamStr(0, _settings_client.network.server_password);
 
				ShowQueryString(STR_JUST_RAW_STRING, STR_NETWORK_START_SERVER_SET_PASSWORD, 20, this, CS_ALPHANUMERAL, QSF_NONE);
 
				ShowQueryString(STR_JUST_RAW_STRING, STR_NETWORK_START_SERVER_SET_PASSWORD, NETWORK_PASSWORD_LENGTH, this, CS_ALPHANUMERAL, QSF_NONE);
 
				break;
 

	
 
			case WID_NSS_CONNTYPE_BTN: // Connection type
0 comments (0 inline, 0 general)