mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-01 02:15:54 -04:00
remove references to SOE servers and default to localhost in places we don't already
This commit is contained in:
@@ -31,7 +31,7 @@ void ConfigPlanetServer::install(void)
|
||||
|
||||
data = new ConfigPlanetServer::Data;
|
||||
|
||||
KEY_STRING (centralServerAddress, "swo-dev1.localnet.loc");
|
||||
KEY_STRING (centralServerAddress, "localhost");
|
||||
KEY_INT (centralServerPort, 44455);
|
||||
KEY_STRING (sceneID, "default");
|
||||
KEY_INT (gameServicePort, 0);
|
||||
|
||||
Reference in New Issue
Block a user