mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Forgot to remove obsolete Server::m_mods
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user