mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2025-06-29 14:40:43 +02:00
Move api_helpers.lua in api.lua
This commit is contained in:
3
init.lua
3
init.lua
@ -22,7 +22,8 @@ awards = {
|
||||
|
||||
-- Internationalization support.
|
||||
awards.gettext, awards.ngettext = dofile(minetest.get_modpath("awards").."/intllib.lua")
|
||||
dofile(minetest.get_modpath("awards").."/api_helpers.lua")
|
||||
|
||||
-- Load files
|
||||
dofile(minetest.get_modpath("awards").."/api.lua")
|
||||
dofile(minetest.get_modpath("awards").."/chat_commands.lua")
|
||||
dofile(minetest.get_modpath("awards").."/gui.lua")
|
||||
|
Reference in New Issue
Block a user