diff --git a/courtroom.cpp b/courtroom.cpp index b70ec0b..d0765b1 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -2438,6 +2438,7 @@ void Courtroom::on_call_mod_clicked() "", &ok); if (ok) { + text = text.chopped(100); ao_app->send_server_packet(new AOPacket("ZZ#" + text + "#%")); }