Cleanup: remove UI for asking user for company password

This commit is contained in:
Rubidium
2024-03-23 19:43:08 +01:00
committed by rubidium42
parent 457d51fc49
commit 849d1fa1b3
5 changed files with 4 additions and 17 deletions

View File

@@ -709,7 +709,7 @@ class ClientGamePasswordRequestHandler : public NetworkAuthenticationPasswordReq
if (!_network_join.server_password.empty()) {
request->Reply(_network_join.server_password);
} else {
ShowNetworkNeedPassword(NETWORK_GAME_PASSWORD, request);
ShowNetworkNeedPassword(request);
}
}
};