Removed redundant requestQuit

This commit is contained in:
Koncord 2016-08-09 18:19:03 +08:00
parent babba95413
commit edd214dd00

View file

@ -116,7 +116,6 @@ void Networking::Connect(const std::string &ip, unsigned short port)
errmsg = "Connection failed.\n"
"Maybe the IP address is wrong or a firewall on either system is blocking\n"
"UDP packets on the port you have chosen.";
MWBase::Environment::get().getStateManager()->requestQuit();
queue = false;
break;
}