fixing more bugs

This commit is contained in:
bettercallous
2024-04-30 18:10:02 +01:00
parent 91e8f5c3f2
commit 204ed9d7bd

View File

@@ -1149,8 +1149,8 @@ void Server::handleClientData(int fd)
} }
//**************** STOOOOOOP HERE TOP G ... //**************** STOOOOOOP HERE TOP G ...
// command.clear(); // command.clear();
client.clearCommand();
} }
client.clearCommand();
} }
else if (bytesRead == 0) { else if (bytesRead == 0) {