modernuo/Projects/UOContent/Engines/Chat
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
..
Channel.cs chore: Code cleanup (#399) 2021-01-10 09:14:03 -08:00
Chat.cs fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00
ChatActionHandler.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
ChatActionHandlers.cs fix(core): Updates slice with range selectors (#583) 2021-04-23 20:57:24 -07:00
ChatCommand.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
ChatPackets.cs fix: Fixes thread guard and cleans up incoming packet reader (#1641) 2023-12-19 17:04:09 -08:00
ChatUser.cs fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00