From b223d0fa1ed57e75d43d6fcdb0f2cf637730356b Mon Sep 17 00:00:00 2001 From: Koncord Date: Tue, 2 May 2017 20:18:42 +0800 Subject: [PATCH] [Server] Register new callback --- apps/openmw-mp/Script/ScriptFunctions.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/openmw-mp/Script/ScriptFunctions.hpp b/apps/openmw-mp/Script/ScriptFunctions.hpp index 6fd03c964..28953ec45 100644 --- a/apps/openmw-mp/Script/ScriptFunctions.hpp +++ b/apps/openmw-mp/Script/ScriptFunctions.hpp @@ -139,7 +139,8 @@ public: {"OnPlayerSendMessage", Function()}, {"OnPlayerEndCharGen", Function()}, {"OnGUIAction", Function()}, - {"OnMpNumIncrement", Function()} + {"OnMpNumIncrement", Function()}, + {"OnRequestPluginList", Function()} }; };