We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f02189 commit e8535fbCopy full SHA for e8535fb
Intersect.Server.Core/Maps/MapGrid.cs
@@ -1,4 +1,4 @@
1
-using System.Diagnostics.Contracts;
+using System.Diagnostics.Contracts;
2
using Intersect.Server.Database;
3
4
using Newtonsoft.Json.Linq;
@@ -74,6 +74,7 @@ public MapGrid(Guid startMapId, int index)
74
map.MapGrid = index;
75
map.MapGridX = (int)x;
76
map.MapGridY = (int)y;
77
+ map.CachedMapClientPacket = default;
78
mapIds.Remove(mapId);
79
break;
80
}
0 commit comments