forked from Mirrorlandia_minetest/minetest
Forgot to remove obsolete Server::m_mods
This commit is contained in:
parent
6c184947c3
commit
858c95630f
@ -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
|
||||
|
@ -543,7 +543,6 @@ private:
|
||||
|
||||
// Mods
|
||||
std::unique_ptr<ServerModManager> m_modmgr;
|
||||
std::vector<ModSpec> m_mods;
|
||||
|
||||
/*
|
||||
Threads
|
||||
|
Loading…
Reference in New Issue
Block a user