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 650c127..0738f6c 100644
--- a/api.lua
+++ b/api.lua
@@ -244,7 +244,7 @@ function awards.give_achievement(name,award)
end
-- record this in the log
- minetest.log("action", name.." has unlocked award "..title..".")
+ minetest.log("action", name.." has unlocked award "..title)
-- save playertable
awards.save()