fix: Adds AssistVersion packet support for Razor (#1094)
- [X] Fixes razor negotiations via 0xF0 packet (open negotiation) - [X] Adds AssistVersion handling for Razor - [X] Displays Assistant in Client/Admin gump
This commit is contained in:
parent
7099329dfe
commit
a37b8b285c
6 changed files with 87 additions and 52 deletions
|
|
@ -220,6 +220,8 @@ public partial class NetState : IComparable<NetState>
|
|||
|
||||
public IAccount Account { get; set; }
|
||||
|
||||
public string Assistant { get; set; }
|
||||
|
||||
public int CompareTo(NetState other) => string.CompareOrdinal(_toString, other?._toString);
|
||||
|
||||
private void SetPacketTime(int packetID)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue