mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-03 03:16:01 -04:00
default to off for now
This commit is contained in:
@@ -88,7 +88,7 @@ void ConfigConnectionServer::install(void)
|
||||
KEY_INT (lagReportThreshold, 10000);
|
||||
KEY_INT (defaultGameFeatures, 0xFFFFFFFF);
|
||||
KEY_INT (defaultSubscriptionFeatures, 0xFFFFFFFF);
|
||||
KEY_INT (maxConnectionsPerIP, 6);
|
||||
KEY_INT (maxConnectionsPerIP, 0);
|
||||
|
||||
KEY_BOOL (validateStationKey, false);
|
||||
KEY_STRING (sessionServers, "");
|
||||
|
||||
@@ -116,7 +116,7 @@ void ConfigLoginServer::install(void)
|
||||
KEY_BOOL(requireSecureLoginForCsTool, true);
|
||||
KEY_BOOL(useExternalAuth, false);
|
||||
KEY_STRING(externalAuthURL, "");
|
||||
KEY_INT(maxConnectionsPerIP, 4); // assuming 2 people playing in the same household
|
||||
KEY_INT(maxConnectionsPerIP, 0); // assuming 2 people playing in the same household
|
||||
|
||||
int index = 0;
|
||||
char const * result = 0;
|
||||
|
||||
Reference in New Issue
Block a user