yl_speak_up/yl_local_server_do_once_on_startup.lua
2023-07-08 20:52:01 +02:00

11 lines
312 B
Lua

-- YourLand specific file.
-- Please link local_server_do_once_on_startup.lua to this file IF running on the YourLand server!
-- Else ignore this file.
-- mobs registered as yl_speak_up-mobs (based on mobs_redo)
if(true) then
-- the actual mobs, using mobs_redo
dofile(yl_speak_up.modpath .. "mobs.lua")
end