Clean up WeakAuras table and remove members that no one should touch
This commit is contained in:
@@ -280,7 +280,7 @@ end
|
||||
do
|
||||
function Private.PreShowModels(self, event)
|
||||
Private.StartProfileSystem("model");
|
||||
for id, data in pairs(WeakAuras.regions) do
|
||||
for id, data in pairs(Private.regions) do
|
||||
Private.StartProfileAura(id);
|
||||
if data.region.toShow then
|
||||
if (data.regionType == "model") then
|
||||
|
||||
Reference in New Issue
Block a user