summaryrefslogtreecommitdiff
path: root/api.lua
diff options
context:
space:
mode:
Diffstat (limited to 'api.lua')
-rw-r--r--api.lua11
1 files changed, 2 insertions, 9 deletions
diff --git a/api.lua b/api.lua
index 4043f79..af5e405 100644
--- a/api.lua
+++ b/api.lua
@@ -14,10 +14,8 @@
-- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
--
--- The global award namespace
-awards = {
- show_mode = "hud"
-}
+local S = awards.gettext
+
dofile(minetest.get_modpath("awards").."/api_helpers.lua")
-- Table Save Load Functions
@@ -29,11 +27,6 @@ function awards.save()
end
end
-local S = function(s) return s end
-function awards.set_intllib(locale)
- S = locale
-end
-
function awards.init()
awards.players = awards.load()
awards.def = {}