mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 16:36:54 +02:00
revert hardcode of birarda test machine IP to AgentList
This commit is contained in:
parent
4348702dd2
commit
104fcd1289
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const char SOLO_AGENT_TYPES[3] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
char DOMAIN_HOSTNAME[] = "highfidelity.below92.com";
|
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;
|
const int DOMAINSERVER_PORT = 40102;
|
||||||
|
|
||||||
bool silentAgentThreadStopFlag = false;
|
bool silentAgentThreadStopFlag = false;
|
||||||
|
|
Loading…
Reference in a new issue