mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 03:04:33 +02:00
switch back to the proper assignment server
This commit is contained in:
parent
d8611e408e
commit
eb84bdbeed
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ int NodeList::processDomainServerList(unsigned char* packetData, size_t dataByte
|
|||
return readNodes;
|
||||
}
|
||||
|
||||
const char ASSIGNMENT_SERVER_HOSTNAME[] = "localhost";
|
||||
const char ASSIGNMENT_SERVER_HOSTNAME[] = "assignment.highfidelity.io";
|
||||
const sockaddr_in assignmentServerSocket = socketForHostnameAndHostOrderPort(ASSIGNMENT_SERVER_HOSTNAME,
|
||||
ASSIGNMENT_SERVER_PORT);
|
||||
|
||||
|
|
Loading…
Reference in a new issue