diff options
| -rw-r--r-- | api.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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)  | 
