diff --git a/init.lua b/init.lua index 75e4884..bf13608 100644 --- a/init.lua +++ b/init.lua @@ -26,7 +26,9 @@ yl_speak_up.fs_version = {} yl_speak_up.custom_server_functions = {} +-- the server-specific configuration dofile(modpath .. "config.lua") +-- players *and* npc need privs for certain things dofile(modpath .. "privs.lua") -- add generic dialogs dofile(modpath .. "add_generic_dialogs.lua")