mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
this rids us of connection warnings on shutdown
This commit is contained in:
@@ -556,7 +556,7 @@ void ConfigSharedNetwork::install(int newClockSyncDelay)
|
||||
KEY_BOOL (useTcp, true);
|
||||
KEY_INT (tcpMinimumFrame, 1000);
|
||||
KEY_BOOL (reportUdpDisconnects, false);
|
||||
KEY_BOOL (reportTcpDisconnects, true);
|
||||
KEY_BOOL (reportTcpDisconnects, false);
|
||||
KEY_BOOL (logConnectionConstructionDestruction, false);
|
||||
KEY_BOOL (logConnectionOpenedClosed, false);
|
||||
KEY_BOOL (logConnectionDeferredMessagesWarning, false);
|
||||
|
||||
Reference in New Issue
Block a user