From e81c0606273fa4edb71186dc8366fa3a31e396f6 Mon Sep 17 00:00:00 2001 From: expwnent Date: Sun, 20 Oct 2013 15:24:31 -0400 Subject: [PATCH] Added EVENT_MAX just in case someone wants it. --- plugins/lua/eventful.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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