Bump version to v2.7.0

This commit is contained in:
Tixx
2025-10-20 22:39:36 +02:00
parent 6f84b56f1b
commit a2789a8524
4 changed files with 8 additions and 2 deletions

View File

@@ -93,6 +93,8 @@ void UDPClientMain(const std::string& IP, int Port) {
ToServer->sin_port = htons(Port);
inet_pton(AF_INET, IP.c_str(), &ToServer->sin_addr);
UDPSock = socket(AF_INET, SOCK_DGRAM, 0);
if (!magic.empty())
UDPSend(magic);
GameSend("P" + std::to_string(ClientID));
TCPSend("H", TCPSock);
UDPSend("p");