mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-16 18:08:22 +00:00
Working on login / world connection mostly there, fixed a few crashes with encryption on 0 length packets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user