Aded Protected Require

This commit is contained in:
Unknown
2018-01-05 14:01:14 +00:00
parent 687dc43df1
commit 4e49f53fdc

View File

@@ -47,4 +47,5 @@ Ranking._auto_edit_ranks()
local success,err = pcall(require,'Addons/load')
if not success then error(err) end
-- this loads anything that does not use ExpCore (sourse given in the file)
pcall(require,'StandAlone/load')
local success,err = pcall(require,'StandAlone/load')
if not success then error(err) end