yl_survey_fs/initialize.lua
2024-09-21 08:49:15 +00:00

10 lines
299 B
Lua

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