General Misc Patches

This commit is contained in:
CloneTrooper1019
2020-08-17 20:12:24 -05:00
parent 297426bdb5
commit f4899b4ce6
18 changed files with 267 additions and 47 deletions

View File

@ -29,8 +29,8 @@ namespace RobloxFiles.BinaryFormat.Chunks
byte[] data = reader.ReadBuffer();
SharedString value = SharedString.FromBuffer(data);
Lookup.Add(key, id);
Strings.Add(id, value);
Lookup[key] = id;
Strings[id] = value;
}
file.SSTR = this;