mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 04:44:08 +02:00
remove hardcoded DOMAIN_IP from AgentList
This commit is contained in:
parent
bb14a90f86
commit
3fe8c0643c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
const char * SOLO_AGENT_TYPES_STRING = "MV";
|
||||
char DOMAIN_HOSTNAME[] = "highfidelity.below92.com";
|
||||
char DOMAIN_IP[100] = "192.168.1.47"; // IP Address will be re-set by lookup on startup
|
||||
char DOMAIN_IP[100] = ""; // IP Address will be re-set by lookup on startup
|
||||
const int DOMAINSERVER_PORT = 40102;
|
||||
|
||||
bool silentAgentThreadStopFlag = false;
|
||||
|
|
Loading…
Reference in a new issue