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()},