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