Coding style

This commit is contained in:
rubenwardy
2014-05-02 19:56:36 +01:00
parent 442346623a
commit d0e5dfc0c1
2 changed files with 13 additions and 13 deletions

View File

@ -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()