From e577fc38026d5f64970f0781d875eef74b771b10 Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Wed, 2 Mar 2016 23:26:27 +0100 Subject: [PATCH] --amend --- scan_util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'