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 | |
parent | 0e2ed176fad83d03375f7176b9093c3274b6e868 (diff) |
helpers.lua -> api_helpers.lua
-rw-r--r-- | api.lua | 2 | ||||
-rw-r--r-- | api_helpers.lua (renamed from helpers.lua) | 0 |
2 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() diff --git a/helpers.lua b/api_helpers.lua index 084f563..084f563 100644 --- a/helpers.lua +++ b/api_helpers.lua |