Merge pull request #293 from argonui/unrelenting
"Auto-fail" exclusion for "Unrelenting (1)"
This commit is contained in:
commit
8682ff44d6
@ -1,5 +1,7 @@
|
||||
VALID_TOKENS = {}
|
||||
INVALID_TOKENS = {}
|
||||
INVALID_TOKENS = {
|
||||
["Auto-fail"] = true
|
||||
}
|
||||
|
||||
UPDATE_ON_HOVER = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user