diff --git a/scan_util.lua b/scan_util.lua index 6786b69..d26492a 100644 --- a/scan_util.lua +++ b/scan_util.lua @@ -189,7 +189,7 @@ function m.filter_from_string(filter_term) else return false, 'Erroneous Max Percent Modifier' end - elseif i == 1 then + elseif i == 2 then filter.name = str else return false, 'Unknown Modifier'