diff --git a/apps/openmw-mp/Networking.cpp b/apps/openmw-mp/Networking.cpp index b5eefae7d..544097275 100644 --- a/apps/openmw-mp/Networking.cpp +++ b/apps/openmw-mp/Networking.cpp @@ -59,8 +59,6 @@ Networking::Networking(RakNet::RakPeerInterface *peer) : mclient(nullptr) serverPassword = TES3MP_DEFAULT_PASSW; ProcessorInitializer(); - - luaState.getEventCtrl().Call(); } Networking::~Networking() diff --git a/apps/openmw-mp/Script/LuaState.cpp b/apps/openmw-mp/Script/LuaState.cpp index 09d2472db..bff7fc006 100644 --- a/apps/openmw-mp/Script/LuaState.cpp +++ b/apps/openmw-mp/Script/LuaState.cpp @@ -424,6 +424,4 @@ void LuaState::loadMods() } dataEnv["Core"]["LOADED_MODS"] = mods.size(); - - eventCtrl->Call(); } \ No newline at end of file