[simple_protection] functions.lua: Change declaration of variable to
local inside function.
This commit is contained in:
parent
66b7f46815
commit
2c311cab75
@ -197,7 +197,7 @@ s_protect.load_config = function()
|
||||
if file then
|
||||
io.close(file)
|
||||
-- Load existing config
|
||||
simple_protection = {}
|
||||
local simple_protection = {}
|
||||
dofile(s_protect.conf)
|
||||
|
||||
-- Backwards compatibility
|
||||
|
Loading…
x
Reference in New Issue
Block a user