mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Aded Protected Require
This commit is contained in:
@@ -47,4 +47,5 @@ Ranking._auto_edit_ranks()
|
|||||||
local success,err = pcall(require,'Addons/load')
|
local success,err = pcall(require,'Addons/load')
|
||||||
if not success then error(err) end
|
if not success then error(err) end
|
||||||
-- this loads anything that does not use ExpCore (sourse given in the file)
|
-- 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
|
||||||
Reference in New Issue
Block a user