added hint for npc privs
This commit is contained in:
parent
d25420157c
commit
795dce0c2b
2
init.lua
2
init.lua
@ -26,7 +26,9 @@ yl_speak_up.fs_version = {}
|
|||||||
yl_speak_up.custom_server_functions = {}
|
yl_speak_up.custom_server_functions = {}
|
||||||
|
|
||||||
|
|
||||||
|
-- the server-specific configuration
|
||||||
dofile(modpath .. "config.lua")
|
dofile(modpath .. "config.lua")
|
||||||
|
-- players *and* npc need privs for certain things
|
||||||
dofile(modpath .. "privs.lua")
|
dofile(modpath .. "privs.lua")
|
||||||
-- add generic dialogs
|
-- add generic dialogs
|
||||||
dofile(modpath .. "add_generic_dialogs.lua")
|
dofile(modpath .. "add_generic_dialogs.lua")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user