mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-06 12:27:48 +00:00
Update ChatHandler.cpp
This commit is contained in:
@@ -341,9 +341,7 @@ void WorldSession::HandleMessagechatOpcode(WorldPacket& recvData)
|
|||||||
{
|
{
|
||||||
// Validate hyperlinks
|
// Validate hyperlinks
|
||||||
if (!ValidateHyperlinksAndMaybeKick(msg))
|
if (!ValidateHyperlinksAndMaybeKick(msg))
|
||||||
{
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user