Ignore Content DataType on versions >= 645

This commit is contained in:
phoriah
2025-01-24 01:06:22 +02:00
parent 3496fd16da
commit e6952c1ac9

View File

@@ -1447,7 +1447,7 @@ do
local ValueType = Member.ValueType
local ValueType_Name = ValueType.Name
if 649 <= CLIENT_VERSION and ValueType_Name == "Content" then -- TODO: Remove after Roblox adds a descriptor for it
if 645 <= CLIENT_VERSION and ValueType_Name == "Content" then -- TODO: Remove after Roblox adds a descriptor for it
continue
end