remove now useless ntohs in metaserver

This commit is contained in:
Tim Felgentreff 2016-11-11 01:24:00 +01:00
parent 49263f688b
commit db04c640b1

View file

@ -268,7 +268,6 @@ static void AcceptConnections()
}
if (NetSocketReady(HolePunchSocket, 0)) {
NetRecvUDP(HolePunchSocket, UDPBuffer, sizeof(UDPBuffer), &UDPHost, &UDPPort);
UDPPort = ntohs(UDPPort);
DebugPrint("New UDP %s (%d %d)\n" _C_ UDPBuffer);
}
}