Revert some changes that were causing more harm than good

This commit is contained in:
KimLS
2017-02-28 23:17:30 -08:00
parent 0d1e63c92a
commit 66c1fd9369
8 changed files with 206 additions and 299 deletions
+1 -1
View File
@@ -451,7 +451,7 @@ int main(int argc, char** argv) {
if (!eqsf_open && Config->ZonePort != 0) {
Log.Out(Logs::General, Logs::Zone_Server, "Starting EQ Network server on port %d", Config->ZonePort);
EQ::Net::EQStreamManagerOptions opts(Config->ZonePort, false, false);
EQ::Net::EQStreamManagerOptions opts(Config->ZonePort, false, true);
eqsm.reset(new EQ::Net::EQStreamManager(opts));
eqsf_open = true;