Small tweak.

This commit is contained in:
Max G 2019-07-07 10:27:07 -05:00 committed by GitHub
parent cf4cf829d7
commit b8a5971f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,9 +77,7 @@ namespace RobloxFiles.BinaryFormat.Chunks
foreach (int instId in InstanceIds)
{
Instance service = file.Instances[instId];
bool isRooted = (service.Parent == file);
writer.Write(isRooted);
writer.Write(service.Parent == file);
}
}