diff options
author | rubenwardy <rubenwardy@gmail.com> | 2015-06-11 17:11:15 +0100 |
---|---|---|
committer | rubenwardy <rubenwardy@gmail.com> | 2016-07-29 16:02:14 +0100 |
commit | 791666489ba7a15933ae1cc71ca92aa98f5231d2 (patch) | |
tree | 1e736aa89c2bdcaf23a5473822191ca09503768b /api.lua | |
parent | 0e2ed176fad83d03375f7176b9093c3274b6e868 (diff) |
helpers.lua -> api_helpers.lua
Diffstat (limited to 'api.lua')
-rw-r--r-- | api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ awards = { show_mode = "hud" } -dofile(minetest.get_modpath("awards").."/helpers.lua") +dofile(minetest.get_modpath("awards").."/api_helpers.lua") -- Table Save Load Functions function awards.save() |