ModernUO/Projects/Server/Utilities
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
..
ActivatorExtensions.cs fix: Fixes duping containers and removes copying private setter properties (#1816) 2024-06-03 15:44:56 -07:00
EntityActivatorExtensions.cs fix: Consolidates Color/Center html (#1762) 2024-05-07 23:56:32 -07:00
HashUtility.cs fix: Adds support for ROS to HashUtility (#1740) 2024-04-25 00:42:10 -07:00
Html.cs fix: Fixes infinite loop in gump builders (#1772) 2024-05-11 11:13:57 -07:00
PathUtility.cs fix: Fixes directory copying (#1668) 2024-02-09 23:25:20 -08:00
Utility.cs fix: Fixes PooledRefList ToList returning wrong size (#1899) 2024-08-05 08:50:56 -07:00