added hint for npc privs

This commit is contained in:
Sokomine 2022-04-22 21:19:31 +02:00
parent d25420157c
commit 795dce0c2b

View File

@ -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")