2016-04-03 15:39:35 -07:00
|
|
|
server_tools = {}
|
2016-06-10 17:10:23 -07:00
|
|
|
local modpath = minetest.get_modpath("servertools")
|
2016-04-03 15:39:35 -07:00
|
|
|
-- Load Modules
|
2016-05-30 07:27:23 -07:00
|
|
|
dofile(modpath.."/functions.lua")
|
|
|
|
dofile(modpath.."/privs.lua")
|
|
|
|
dofile(modpath.."/genesis.lua")
|
|
|
|
dofile(modpath.."/misc.lua")
|
2016-05-01 09:12:42 -07:00
|
|
|
|
2016-06-10 17:10:23 -07:00
|
|
|
minetest.log("action", "[ServerTools] Enabled Modules Loaded!") --print to log enabled modules loaded
|