1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-06-26 12:07:12 -07:00

more flags to ignore

This commit is contained in:
Connor Olding 2015-04-25 23:23:41 -07:00
parent 9ae0b7acc1
commit 8d45fa0f42

View File

@ -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,