mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Forgot to remove obsolete Server::m_mods
This commit is contained in:
parent
6c184947c3
commit
858c95630f
2 changed files with 0 additions and 3 deletions
|
@ -225,8 +225,6 @@ Server::Server(
|
||||||
|
|
||||||
m_script->loadMod(getBuiltinLuaPath() + DIR_DELIM "init.lua", BUILTIN_MOD_NAME);
|
m_script->loadMod(getBuiltinLuaPath() + DIR_DELIM "init.lua", BUILTIN_MOD_NAME);
|
||||||
|
|
||||||
m_mods = m_modmgr->getMods();
|
|
||||||
|
|
||||||
m_modmgr->loadMods(m_script);
|
m_modmgr->loadMods(m_script);
|
||||||
|
|
||||||
// Read Textures and calculate sha1 sums
|
// Read Textures and calculate sha1 sums
|
||||||
|
|
|
@ -543,7 +543,6 @@ private:
|
||||||
|
|
||||||
// Mods
|
// Mods
|
||||||
std::unique_ptr<ServerModManager> m_modmgr;
|
std::unique_ptr<ServerModManager> m_modmgr;
|
||||||
std::vector<ModSpec> m_mods;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Threads
|
Threads
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue