yl_speak_up/yl_local_server_do_once_on_startup.lua

11 lines
312 B
Lua
Raw Normal View History

-- 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