From efa362031e0239b1e597bb2875195ffe7c926a02 Mon Sep 17 00:00:00 2001 From: Koncord Date: Tue, 30 Oct 2018 13:03:28 +0800 Subject: [PATCH] [Server] Remove unused Main callback --- apps/openmw-mp/Script/ScriptFunctions.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/openmw-mp/Script/ScriptFunctions.hpp b/apps/openmw-mp/Script/ScriptFunctions.hpp index 298ff647e..be09fb3a1 100644 --- a/apps/openmw-mp/Script/ScriptFunctions.hpp +++ b/apps/openmw-mp/Script/ScriptFunctions.hpp @@ -150,7 +150,6 @@ public: }; static constexpr ScriptCallbackData callbacks[]{ - {"Main", Function()}, {"OnServerInit", Function()}, {"OnServerPostInit", Function()}, {"OnServerExit", Function()},