mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:58:07 +02:00
temporary test against birarda's domain server
This commit is contained in:
parent
04f3398466
commit
31b93b036e
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