diff --git a/src/Injections/ArrayHandler.cs b/src/Injections/ArrayHandler.cs index ec83da21..8d63d82e 100644 --- a/src/Injections/ArrayHandler.cs +++ b/src/Injections/ArrayHandler.cs @@ -12,7 +12,10 @@ public static class ArrayHandler private static readonly NLog.Logger _logger = NLog.LogManager.GetCurrentClassLogger(); // All the types for Array16 and Array32 we currently need to track - private static readonly Type[] _array16Types = { typeof(Building), typeof(NetNode), typeof(NetSegment), typeof(PropInstance), typeof(TransportLine) }; + private static readonly Type[] _array16Types = { + typeof(Building), typeof(NetNode), typeof(NetSegment), + typeof(PropInstance), typeof(TransportLine), typeof(ZoneBlock) + }; private static readonly Type[] _array32Types = { typeof(TreeInstance) };