mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:17:58 +02:00
temporary test against birarda's domain server
This commit is contained in:
parent
1783ee5f85
commit
c645830809
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ int simulate_on = 1;
|
||||||
//
|
//
|
||||||
|
|
||||||
char DOMAIN_HOSTNAME[] = "highfidelity.below92.com";
|
char DOMAIN_HOSTNAME[] = "highfidelity.below92.com";
|
||||||
char DOMAIN_IP[100] = ""; // IP Address will be used first if not empty string
|
char DOMAIN_IP[100] = "192.168.1.47"; // IP Address will be used first if not empty string
|
||||||
const int DOMAINSERVER_PORT = 40102;
|
const int DOMAINSERVER_PORT = 40102;
|
||||||
|
|
||||||
AgentList agentList;
|
AgentList agentList;
|
||||||
|
|
Loading…
Reference in a new issue