From da2138cae0ff3451a76acac3c6bdb2dff74e29ab Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 29 Nov 2023 17:18:39 -0600 Subject: [PATCH] Can't write ProtectedString. This change cannot be kept for now. --- Tree/Property.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tree/Property.cs b/Tree/Property.cs index 0a75116..7835034 100644 --- a/Tree/Property.cs +++ b/Tree/Property.cs @@ -95,7 +95,7 @@ namespace RobloxFiles { typeof(NumberSequence), PropertyType.NumberSequence }, { typeof(Optional), PropertyType.OptionalCFrame }, - { typeof(ProtectedString), PropertyType.ProtectedString }, + { typeof(ProtectedString), PropertyType.String }, { typeof(PhysicalProperties), PropertyType.PhysicalProperties }, { typeof(ulong), PropertyType.SecurityCapabilities }, };