Forgot to remove obsolete Server::m_mods

master
Loic Blot 2018-03-16 08:44:57 +01:00
parent 6c184947c3
commit 858c95630f
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
2 changed files with 0 additions and 3 deletions

View File

@ -225,8 +225,6 @@ Server::Server(
m_script->loadMod(getBuiltinLuaPath() + DIR_DELIM "init.lua", BUILTIN_MOD_NAME);
m_mods = m_modmgr->getMods();
m_modmgr->loadMods(m_script);
// Read Textures and calculate sha1 sums

View File

@ -543,7 +543,6 @@ private:
// Mods
std::unique_ptr<ServerModManager> m_modmgr;
std::vector<ModSpec> m_mods;
/*
Threads