added missing local variable declaration

This commit is contained in:
Sokomine 2023-01-30 00:16:00 +01:00
parent 4ba64a0621
commit 8f38e5616c

View File

@ -47,6 +47,7 @@ yl_speak_up.custom_server_functions = {}
-- yourself for your server!
-- This is a local function for security reasons.
local yl_speak_up_execute_if_file_exists = function(reason)
local file_name = ""
if(reason == "config") then
-- This mod is configured through a config file. Here in this
-- file you can keep and maintain your own local config.