yl_survey_fs/initialize.lua

10 lines
302 B
Lua

-- Use this file to initialize variables once after server start and check everything is in place
local function run_each_serverstart()
yl_survey_fs.data = {}
--minetest.on_mods_loaded(0.0, yl_survey_fs.on_mods_loaded)
--minetest.after(0.0, yl_survey_fs.after)
end
run_each_serverstart()