mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Remove useless code
This commit is contained in:
parent
35c1ef7be2
commit
f650072da1
@ -140,12 +140,6 @@ CServerHandler::CServerHandler()
|
||||
{
|
||||
uuid = boost::uuids::to_string(boost::uuids::random_generator()());
|
||||
registerTypesLobbyPacks(*applier);
|
||||
|
||||
auto lastDifficulty = settings["general"]["lastDifficulty"];
|
||||
if (lastDifficulty.isNumber())
|
||||
{
|
||||
si->difficulty = lastDifficulty.Integer();
|
||||
}
|
||||
}
|
||||
|
||||
void CServerHandler::threadRunNetwork()
|
||||
|
Loading…
Reference in New Issue
Block a user