From 4ab338bbb1f9cd8bbd670c8b7cf194a72d68dba6 Mon Sep 17 00:00:00 2001 From: Koncord Date: Tue, 2 Jan 2018 11:53:03 +0800 Subject: [PATCH] [Server] Register ON_PLAYER_QUICKKEYS event --- apps/openmw-mp/Script/EventController.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/openmw-mp/Script/EventController.cpp b/apps/openmw-mp/Script/EventController.cpp index 9d78e55d3..80289fdc3 100644 --- a/apps/openmw-mp/Script/EventController.cpp +++ b/apps/openmw-mp/Script/EventController.cpp @@ -57,6 +57,7 @@ EventController::EventController(LuaState *luaCtrl) ADD_CORE_EVENT(ON_PLAYER_FACTION), ADD_CORE_EVENT(ON_PLAYER_SHAPESHIFT), ADD_CORE_EVENT(ON_PLAYER_SPELLBOOK), + ADD_CORE_EVENT(ON_PLAYER_QUICKKEYS), ADD_CORE_EVENT(ON_PLAYER_TOPIC), ADD_CORE_EVENT(ON_PLAYER_DISPOSITION), ADD_CORE_EVENT(ON_PLAYER_BOOK),