Remove unneeded translation in server lobby

This commit is contained in:
Benau 2018-06-07 16:09:48 +08:00
parent 9f6c87a636
commit 304787f106

View File

@ -336,7 +336,6 @@ void ServerLobby::asynchronousUpdate()
{
requestTerminate();
m_state = EXITING;
STKHost::get()->setErrorMessage(_("Failed to setup server."));
STKHost::get()->requestShutdown();
break;
}