Fixed global register in control files

This commit is contained in:
Cooldude2606
2019-08-30 14:21:55 +01:00
parent ab869bf5e8
commit 24b53ba554
6 changed files with 24 additions and 12 deletions

View File

@@ -49,7 +49,8 @@ local Reports = {
local user_reports = Reports.user_reports
Global.register(user_reports,function(tbl)
user_reports = tbl
Reports.user_reports = tbl
user_reports = Reports.user_reports
end)
--- Getters.