diff --git a/src/packet/packet_ms.cpp b/src/packet/packet_ms.cpp index de99513..5bd3577 100644 --- a/src/packet/packet_ms.cpp +++ b/src/packet/packet_ms.cpp @@ -132,7 +132,6 @@ AOPacket *PacketMS::validateIcPacket(AOClient &client) const && l_incoming_msg == client.m_last_message // and it matches the one you're sending, && !msg_is_testimony_cmd) // and it's not a testimony command, return l_invalid; // get it the hell outta here! - if (l_incoming_msg == client.m_last_message && !msg_is_testimony_cmd) return l_invalid; if (l_incoming_msg == "" && area->blankpostingAllowed() == false) { client.sendServerMessage("Blankposting has been forbidden in this area.");