This commit is contained in:
ackimixs
2024-05-27 16:51:00 +02:00
parent 132f14a12f
commit bc6ba83fd8

View File

@@ -187,7 +187,7 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
else if (args[0] == "1") {
int speed;
if (value > -4000 && value > 400) {
if (value > -4000 && value < 4000) {
value = 0;
}