fixed the silent kick, made it actually proper

This commit is contained in:
telastrus
2019-08-08 17:58:36 -04:00
parent 3a9bbc4927
commit 07d3384b01
3 changed files with 10 additions and 12 deletions

View File

@ -64,7 +64,7 @@ impl PlayState for MainMenuState {
self.main_menu_ui.login_error(
match err {
InitError::BadAddress(_) | InitError::NoAddress => "Server not found",
InitError::InvalidAuth => "Invalid username or password",
InitError::InvalidAuth => "Invalid credentials",
InitError::ServerIsFull => "Server is Full!",
InitError::ConnectionFailed(_) => "Connection failed",
InitError::ClientCrashed => "Client crashed",