ModernUO/Projects
Kamron Batman 8d8a1b63bd
fix(vendors): Fixes DisplayCache deserialization (#471)
- [X] Fixes a dangerous mobile/item deletion in display caches during deserialization. This is left over from RunUO.

Notes: I broke up the deletion here because I didn't want to have to clear the mobiles list and trim excess. It is easier to just build a list of objects to delete and give the display cache a new list.

Closes #470
2021-02-06 19:49:19 -08:00
..
Benchmarks fix(core): Converts BB packets (#406) 2021-01-13 22:28:31 -08:00
Server fix(core): Fixes SpanReader moving position before read (#468) 2021-02-05 23:45:44 -08:00
Server.Tests fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
UOContent fix(vendors): Fixes DisplayCache deserialization (#471) 2021-02-06 19:49:19 -08:00
UOContent.Tests fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00