From 0523d0aee97a609372af830afd50d2843c008af1 Mon Sep 17 00:00:00 2001 From: gor_down Date: Sat, 29 Mar 2025 07:38:00 -0300 Subject: [PATCH] PERDON POR TODO 2 --- src/packet/packet_ms.cpp | 1 - 1 file changed, 1 deletion(-) 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.");