mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-28 23:16:15 -04:00
remove references to SOE servers and default to localhost in places we don't already
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
#include "Response.h"
|
||||
|
||||
const unsigned short EMPTY_STRING[1] = { 0 };
|
||||
const char * DEFAULT_GAMECODE = "ZZZ";
|
||||
const char * DEFAULT_HOST = "ctservice.localnet.loc";
|
||||
const char * DEFAULT_GAMECODE = "SWG";
|
||||
const char * DEFAULT_HOST = "localhost";
|
||||
const unsigned short DEFAULT_PORT = 2000;
|
||||
|
||||
namespace CTService
|
||||
|
||||
Reference in New Issue
Block a user