From 795dce0c2b2ff1de74d9e015eb335c9c2a35ad29 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Fri, 22 Apr 2022 21:19:31 +0200 Subject: [PATCH] added hint for npc privs --- init.lua | 2 ++ 1 file changed, 2 insertions(+) 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")