From 8d45fa0f42af7e2bf02da7857d5f0a1ec1792316 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 25 Apr 2015 23:23:41 -0700 Subject: [PATCH] more flags to ignore --- Lua/event flag monitor.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Lua/event flag monitor.lua b/Lua/event flag monitor.lua index 25a2ff3..b3db28e 100644 --- a/Lua/event flag monitor.lua +++ b/Lua/event flag monitor.lua @@ -5,8 +5,12 @@ function Butts(name, begin, len) end local ignore = { - ['92,7=0 (weg)'] = true, -- every time a scene (un)loads + -- every time a scene (un)loads + ['92,7=0 (weg)'] = true, ['92,7=1 (weg)'] = true, + -- night transition available + ['05,2=0 (inf)'] = true, + ['05,2=1 (inf)'] = true, -- daily postman crap ['27,6=0 (weg)'] = true, ['27,7=0 (weg)'] = true,