Skip to content

Commit

Permalink
Re-re-re-retune the comparison padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Apr 27, 2020
1 parent 8f61db1 commit 93e4595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ do
for key in pairs( decreases ) do
if lhs:match( key ) then
if comp == "<" then
return true, lhs .. " - 0.01 - " .. rhs
return true, lhs .. " + 0.01 - " .. rhs
elseif lessOrEqual[ comp ] then
return true, lhs .. " - " .. rhs
end
Expand Down

0 comments on commit 93e4595

Please sign in to comment.