mirror of
https://github.com/luau/UniversalSynSaveInstance.git
synced 2026-02-04 06:33:10 +02:00
Ignore Content DataType on versions >= 645
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user