aboutsummaryrefslogtreecommitdiff
path: root/src/demoserver.cpp
diff options
context:
space:
mode:
authorin1tiate <32779090+in1tiate@users.noreply.github.com>2021-03-30 22:10:29 -0500
committerGitHub <noreply@github.com>2021-03-30 22:10:29 -0500
commit9707753777c9a7d5ea429391f307201fde11db27 (patch)
tree926aef91174720fd1bc18acb6e5ffb631b52f49d /src/demoserver.cpp
parentb15e669beed1fae103fba9f16b746e5fb76e2267 (diff)
Update src/demoserver.cpp
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
Diffstat (limited to 'src/demoserver.cpp')
-rw-r--r--src/demoserver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/demoserver.cpp b/src/demoserver.cpp
index fe296e60..764cf225 100644
--- a/src/demoserver.cpp
+++ b/src/demoserver.cpp
@@ -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"))