mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Converted all the EQStreams into EQStreamInterfaces, dear god help us.
This commit is contained in:
+1
-1
@@ -412,7 +412,7 @@ int main(int argc, char** argv) {
|
||||
Timer InterserverTimer(INTERSERVER_TIMER); // does MySQL pings and auto-reconnect
|
||||
InterserverTimer.Trigger();
|
||||
uint8 ReconnectCounter = 100;
|
||||
std::shared_ptr<EQStream> eqs;
|
||||
std::shared_ptr<EQStreamInterface> eqs;
|
||||
EmuTCPConnection* tcpc;
|
||||
EQStreamInterface *eqsi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user