ModernUO/Projects/Server/Network/NetState
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
..
DumpNetStates.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
NetState.ClientVersion.cs feat: Adds KR/EC client versions (No actual support yet). (#1506) 2023-09-18 23:53:18 -07:00
NetState.cs fix: Fixes thread guard and cleans up incoming packet reader (#1641) 2023-12-19 17:04:09 -08:00
ProtocolChanges.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00