diff --git a/BinaryFormat/BinaryFileChunk.cs b/BinaryFormat/BinaryFileChunk.cs index 3846604..61ba05c 100644 --- a/BinaryFormat/BinaryFileChunk.cs +++ b/BinaryFormat/BinaryFileChunk.cs @@ -29,7 +29,6 @@ namespace RobloxFiles.BinaryFormat public override string ToString() { string chunkType = ChunkType.Replace('\0', ' '); - return $"'{chunkType}' Chunk ({Size} bytes) [{Handler?.ToString()}]"; } diff --git a/RobloxFileFormat.dll b/RobloxFileFormat.dll index 192405f..4226d55 100644 Binary files a/RobloxFileFormat.dll and b/RobloxFileFormat.dll differ