switch back to the proper assignment server

This commit is contained in:
Stephen Birarda 2013-09-06 11:02:36 -07:00
parent d8611e408e
commit eb84bdbeed

View file

@ -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);