Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot to remove obsolete Server::m_mods
  • Loading branch information
nerzhul committed Mar 16, 2018
1 parent 6c18494 commit 858c956
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/server.cpp
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/server.h
Expand Up @@ -543,7 +543,6 @@ class Server : public con::PeerHandler, public MapEventReceiver,

// Mods
std::unique_ptr<ServerModManager> m_modmgr;
std::vector<ModSpec> m_mods;

/*
Threads
Expand Down

0 comments on commit 858c956

Please sign in to comment.