mirror of
https://github.com/notwa/mm
synced 2024-11-04 20:19:02 -08:00
more flags to ignore
This commit is contained in:
parent
9ae0b7acc1
commit
8d45fa0f42
1 changed files with 5 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue