Add t to TCP packets

This commit is contained in:
Tixx
2026-08-02 21:36:54 +02:00
parent 92381aa048
commit d38d8ffce3
+1 -1
View File
@@ -73,7 +73,7 @@ void ServerSend(std::string Data, bool Rel) {
C = Data.at(0);
if (C == 'O' || C == 'T')
Ack = true;
if (C == 'N' || C == 'W' || C == 'Y' || C == 'V' || C == 'E' || C == 'C')
if (C == 'N' || C == 'W' || C == 'Y' || C == 'V' || C == 'E' || C == 'C' || C == 't')
Rel = true;
if (compressBound(Data.size()) > 1024)
Rel = true;