ModernUO/Projects/UOContent/Items/Maps
Kamron Batman 7d9bc9ff0a
fix: Fixes thread guard and cleans up incoming packet reader (#1641)
### Summary
* Fixes syntax compile error when THREADGUARD is enabled.
* Removes `int packetLength` from incoming packet handles since they aren't needed.

### Developer Notes
Incoming packet handler `SpanReader` is now properly scoped to that packet by length.
2023-12-19 17:04:09 -08:00
..
BlankMap.cs fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00
CityMap.cs fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00
IndecipherableMap.cs fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00
LocalMap.cs fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00
MapItem.cs fix: Fixes serialization and dirty tracking conveniences (#1627) 2023-12-03 15:55:31 -08:00
MapItemPackets.cs fix: Fixes thread guard and cleans up incoming packet reader (#1641) 2023-12-19 17:04:09 -08:00
PresetMap.cs fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00
SeaChart.cs fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00
TreasureMap.cs fix: Updates messages with clilocs (#1381) 2023-03-26 00:54:09 -07:00
WorldMap.cs fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00