diff --git a/plugins/lua/eventful.lua b/plugins/lua/eventful.lua index a6b995e9a..75c7f8c15 100644 --- a/plugins/lua/eventful.lua +++ b/plugins/lua/eventful.lua @@ -116,5 +116,5 @@ local function invertTable(tbl) return ret end eventType=invertTable{[0]="TICK","JOB_INITIATED","JOB_COMPLETED","UNIT_DEATH","ITEM_CREATED", - "BUILDING","CONSTRUCTION","SYNDROME","INVASION"} -return _ENV \ No newline at end of file + "BUILDING","CONSTRUCTION","SYNDROME","INVASION","EVENT_MAX"} +return _ENV