ModernUO/Projects
Kamron Batman 5d9d1a2118
fix: Fixes PooledRefList ToList returning wrong size (#1899)
### Summary

- Fixed a bug caused by a bad assumption. If `m_List[index]` is sparse and null values are casted, the server does not crash.
- Fixed a bug where `PooledRefList.ToList` extension method returned the wrong list size.
2024-08-05 08:50:56 -07:00
..
Application fix: Fixes edge cases with on off items (#1832) 2024-06-10 18:11:35 -07:00
Server fix: Fixes PooledRefList ToList returning wrong size (#1899) 2024-08-05 08:50:56 -07:00
Server.Tests fix: Fixes timers not stopping before OnTick (#1890) 2024-07-28 14:35:41 -07:00
UOContent fix: Fixes PooledRefList ToList returning wrong size (#1899) 2024-08-05 08:50:56 -07:00
UOContent.Tests fix: Updates xunit to 2.9, runner to 2.8.2, and mailkit to 4.7.1 (#1871) 2024-07-12 19:59:33 -07:00