Updates to use new function names
This commit is contained in:
@@ -242,7 +242,7 @@ int setCONN(XPCSocket* sock, unsigned short port)
|
||||
|
||||
// Switch socket
|
||||
closeUDP(*sock);
|
||||
*sock = openUDP(sock->xpIP, sock->xpPort, port);
|
||||
*sock = aopenUDP(sock->xpIP, sock->xpPort, port);
|
||||
|
||||
// Read response
|
||||
int result;
|
||||
|
||||
Reference in New Issue
Block a user