from retail

This commit is contained in:
Bunny67
2020-12-27 05:57:15 +03:00
parent 7cbc40c959
commit e0672fe539
31 changed files with 291 additions and 131 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ function OptionsPrivate.GetInformationOptions(data)
end
end
else
if not propertyData.regionType or propertyData.regionType == data.regionType then
if not isTmpGroup and (not propertyData.regionType or propertyData.regionType == data.regionType) then
if data.information[property] ~= nil then
common[property] = data.information[property]
else