mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 03:32:35 +01:00
Fixed capitalisation of Disconnected message
This commit is contained in:
parent
934d7845c2
commit
dde3804f31
@ -1964,9 +1964,7 @@ namespace Glest {
|
||||
if (msg == nmtInvalid) {
|
||||
if (getSocket() == NULL || (chrono.getMillis() % 250 == 0 && isConnected() == false)) {
|
||||
if (getQuit() == false) {
|
||||
//throw megaglest_runtime_error("Disconnected");
|
||||
//sendTextMessage("Server has Disconnected.",-1);
|
||||
DisplayErrorMessage("Server has Disconnected.");
|
||||
DisplayErrorMessage("Server has disconnected.");
|
||||
setQuit(true);
|
||||
}
|
||||
close();
|
||||
|
Loading…
x
Reference in New Issue
Block a user