Working on login / world connection mostly there, fixed a few crashes with encryption on 0 length packets

This commit is contained in:
KimLS
2016-10-29 23:23:04 -07:00
parent 0b8b41d91f
commit f3e2af7e42
19 changed files with 441 additions and 412 deletions
+1 -3
View File
@@ -24,8 +24,6 @@
#include "client.h"
#include <list>
using namespace std;
/**
* Client manager class, holds all the client objects and does basic processing.
*/
@@ -68,7 +66,7 @@ private:
*/
void ProcessDisconnect();
list<Client*> clients;
std::list<Client*> clients;
OpcodeManager *titanium_ops;
EQ::Net::EQStreamManager *titanium_stream;
OpcodeManager *sod_ops;