diff --git a/control.lua b/control.lua index bfa67c15..eb91bbd4 100644 --- a/control.lua +++ b/control.lua @@ -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') \ No newline at end of file +local success,err = pcall(require,'StandAlone/load') +if not success then error(err) end \ No newline at end of file