added missing local variable declaration
This commit is contained in:
parent
4ba64a0621
commit
8f38e5616c
1
init.lua
1
init.lua
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user