Removed FloodProtector check from RequestCrystallizeItem.

This commit is contained in:
MobiusDev
2016-12-22 20:54:07 +00:00
parent ff777c4bf0
commit 3a7bd14271

View File

@@ -68,11 +68,11 @@ public final class RequestCrystallizeItem implements IClientIncomingPacket
return;
}
if (!client.getFloodProtectors().getTransaction().tryPerformAction("crystallize"))
{
activeChar.sendMessage("You are crystallizing too fast.");
return;
}
// if (!client.getFloodProtectors().getTransaction().tryPerformAction("crystallize"))
// {
// activeChar.sendMessage("You are crystallizing too fast.");
// return;
// }
if (_count <= 0)
{