mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 12:23:51 +00:00
Removed redundant requestQuit
This commit is contained in:
parent
babba95413
commit
edd214dd00
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ void Networking::Connect(const std::string &ip, unsigned short port)
|
||||||
errmsg = "Connection failed.\n"
|
errmsg = "Connection failed.\n"
|
||||||
"Maybe the IP address is wrong or a firewall on either system is blocking\n"
|
"Maybe the IP address is wrong or a firewall on either system is blocking\n"
|
||||||
"UDP packets on the port you have chosen.";
|
"UDP packets on the port you have chosen.";
|
||||||
MWBase::Environment::get().getStateManager()->requestQuit();
|
|
||||||
queue = false;
|
queue = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue