aboutsummaryrefslogtreecommitdiff
path: root/courtroom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'courtroom.cpp')
-rw-r--r--courtroom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/courtroom.cpp b/courtroom.cpp
index 113a69a6..415c20ec 100644
--- a/courtroom.cpp
+++ b/courtroom.cpp
@@ -2486,7 +2486,7 @@ void Courtroom::on_call_mod_clicked()
"", &ok);
if (ok)
{
- text = text.chopped(100);
+ text = text.left(100);
ao_app->send_server_packet(new AOPacket("ZZ#" + text + "#%"));
}