Update src/demoserver.cpp

Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
This commit is contained in:
in1tiate 2021-03-30 22:10:29 -05:00 committed by GitHub
parent b15e669bee
commit 9707753777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,7 +218,6 @@ void DemoServer::handle_packet(AOPacket packet)
client_sock->write(QString::number(max_wait).toUtf8());
packet = " " + tr("milliseconds.") + "#1#%";
client_sock->write(packet.toUtf8());
}
}
}
else if (contents[1].startsWith("/min_wait"))