Changes account packets to functional (#284)
- [X] Moved packets from objects to functions - [X] Fixed bug where characters were showing up with their modded names in the character list Bumps release version
This commit is contained in:
parent
90220feb41
commit
0e02cf0821
19 changed files with 866 additions and 631 deletions
|
|
@ -215,7 +215,7 @@ namespace Server.Network
|
|||
// ignored
|
||||
}
|
||||
|
||||
var ns = new NetState(socket);
|
||||
var ns = new NetState(new NetworkSocket(socket));
|
||||
m_ConnectedQueue.Enqueue(ns);
|
||||
ns.Start();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue