Let stk host clean up server id file

This commit is contained in:
Benau 2018-03-08 12:00:36 +08:00
parent cd713f6c99
commit 0b00640760

View File

@ -202,7 +202,6 @@ void ServerLobby::createServerIdFile()
std::fstream fs;
fs.open(sid, std::ios::out);
fs.close();
NetworkConfig::get()->setServerIdFile("");
}
} // createServerIdFile