renamed fs_log.lua to fs_show_log.lua

This commit is contained in:
Sokomine 2022-09-10 21:33:21 +02:00
parent c488f0f36e
commit 8b9edead0e
2 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ yl_speak_up.custom_server_functions = {}
-- the server-specific configuration
dofile(modpath .. "config.lua")
-- logging and showing the log
dofile(modpath .. "fs_log.lua")
dofile(modpath .. "fs_show_log.lua")
-- players *and* npc need privs for certain things
dofile(modpath .. "privs.lua")
-- contains the command to hand out privs to NPC