PERDON POR TODO 2
This commit is contained in:
parent
857a7fb33f
commit
0523d0aee9
@ -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,
|
&& 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,
|
&& !msg_is_testimony_cmd) // and it's not a testimony command,
|
||||||
return l_invalid; // get it the hell outta here!
|
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) {
|
if (l_incoming_msg == "" && area->blankpostingAllowed() == false) {
|
||||||
client.sendServerMessage("Blankposting has been forbidden in this area.");
|
client.sendServerMessage("Blankposting has been forbidden in this area.");
|
||||||
|
Loading…
Reference in New Issue
Block a user