from retail

This commit is contained in:
NoM0Re
2025-01-11 18:24:34 +01:00
parent 1b50569bcc
commit 65383b8664
7 changed files with 33 additions and 35 deletions
+3 -2
View File
@@ -1216,9 +1216,10 @@ function Private.Modernize(data)
data.forceEvents = nil
end
if data.internalVersion < 62 then
-- version 62 became 64 to fix a broken modernize
if data.internalVersion < 64 then
if data.regionType == "dynamicgroup" then
if data.sort == "CUSTOM" and type(data.sortOn) ~= "string" then
if data.sort == "custom" and type(data.sortOn) ~= "string" or data.sortOn == "" then
data.sortOn = "changed"
end
if data.grow == "CUSTOM" and type(data.growOn) ~= "string" then