summaryrefslogtreecommitdiff
path: root/api.lua
diff options
context:
space:
mode:
Diffstat (limited to 'api.lua')
-rw-r--r--api.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.lua b/api.lua
index 76ab33d..39f7f09 100644
--- a/api.lua
+++ b/api.lua
@@ -243,7 +243,7 @@ function awards.register_trigger(tname, tdef)
return
end
- if current > entry.target then
+ if current >= entry.target then
return entry.award
end
end)