fix: Fixes various issues (#748)
https://github.com/modernuo/ModernUO/pull/741/files
This commit is contained in:
parent
28faf4346f
commit
c789a7f78a
5 changed files with 19 additions and 17 deletions
|
|
@ -41,8 +41,8 @@ namespace Server.Network
|
|||
{
|
||||
var map = Map.Maps[i];
|
||||
|
||||
writer.Write(map.Tiles.Patch.StaticBlocks);
|
||||
writer.Write(map.Tiles.Patch.LandBlocks);
|
||||
writer.Write(map?.Tiles.Patch.StaticBlocks ?? 0);
|
||||
writer.Write(map?.Tiles.Patch.LandBlocks ?? 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue