mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2025-02-18 08:33:44 +01:00
helpers.lua -> api_helpers.lua
This commit is contained in:
2
api.lua
2
api.lua
@ -18,7 +18,7 @@
|
|||||||
awards = {
|
awards = {
|
||||||
show_mode = "hud"
|
show_mode = "hud"
|
||||||
}
|
}
|
||||||
dofile(minetest.get_modpath("awards").."/helpers.lua")
|
dofile(minetest.get_modpath("awards").."/api_helpers.lua")
|
||||||
|
|
||||||
-- Table Save Load Functions
|
-- Table Save Load Functions
|
||||||
function awards.save()
|
function awards.save()
|
||||||
|
Reference in New Issue
Block a user