summaryrefslogtreecommitdiff
path: root/api.lua
diff options
context:
space:
mode:
authorrubenwardy <anjayward@gmail.com>2014-05-02 19:56:36 +0100
committerrubenwardy <anjayward@gmail.com>2014-05-02 19:56:36 +0100
commitd0e5dfc0c1cdf5b5feb274d29192811a8c39e420 (patch)
treec780fe30fa879f2b8586d6b7c9cc049cdb7df9ae /api.lua
parent442346623a124be9d403d2c83c72dfef21c88b0d (diff)
Coding style
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()