from retail

This commit is contained in:
NoM0Re
2025-01-10 14:15:01 +01:00
parent 9e2bffcd20
commit b89c221c34
12 changed files with 113 additions and 69 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ do
Private.StartProfileSystem("model");
for id, data in pairs(Private.regions) do
Private.StartProfileAura(id);
if data.region.toShow then
if data.region and data.region.toShow then
if (data.regionType == "model") then
data.region:PreShow();
end