forked from teamnwah/openmw-tes3coop
[Server] Delete ON_GUI_ACTION
This commit is contained in:
parent
73d030b779
commit
24ba4ae404
2 changed files with 0 additions and 2 deletions
|
@ -71,7 +71,6 @@ EventController::EventController(LuaState *luaCtrl)
|
||||||
ADD_CORE_EVENT(ON_PLAYER_WEATHER),
|
ADD_CORE_EVENT(ON_PLAYER_WEATHER),
|
||||||
ADD_CORE_EVENT(ON_RECORD_DYNAMIC),
|
ADD_CORE_EVENT(ON_RECORD_DYNAMIC),
|
||||||
ADD_CORE_EVENT(ON_CHANNEL_ACTION),
|
ADD_CORE_EVENT(ON_CHANNEL_ACTION),
|
||||||
ADD_CORE_EVENT(ON_GUI_ACTION),
|
|
||||||
ADD_CORE_EVENT(ON_REQUEST_PLUGIN_LIST),
|
ADD_CORE_EVENT(ON_REQUEST_PLUGIN_LIST),
|
||||||
ADD_CORE_EVENT(ON_MP_REFNUM),
|
ADD_CORE_EVENT(ON_MP_REFNUM),
|
||||||
ADD_CORE_EVENT(ON_ACTOR_EQUIPMENT),
|
ADD_CORE_EVENT(ON_ACTOR_EQUIPMENT),
|
||||||
|
|
|
@ -50,7 +50,6 @@ namespace CoreEvent
|
||||||
|
|
||||||
ON_CHANNEL_ACTION,
|
ON_CHANNEL_ACTION,
|
||||||
|
|
||||||
ON_GUI_ACTION,
|
|
||||||
ON_MP_REFNUM,
|
ON_MP_REFNUM,
|
||||||
|
|
||||||
ON_ACTOR_EQUIPMENT,
|
ON_ACTOR_EQUIPMENT,
|
||||||
|
|
Loading…
Reference in a new issue