generated from your-land/yl_template
8 lines
222 B
Lua
8 lines
222 B
Lua
-- Use this file to initialize variables once after server start and check everything is in place
|
|
|
|
local function run_each_serverstart()
|
|
yl_canned_food_mtg.data = yl_canned_food_mtg.recipes
|
|
end
|
|
|
|
run_each_serverstart()
|