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; return;
} }
if (!client.getFloodProtectors().getTransaction().tryPerformAction("crystallize")) // if (!client.getFloodProtectors().getTransaction().tryPerformAction("crystallize"))
{ // {
activeChar.sendMessage("You are crystallizing too fast."); // activeChar.sendMessage("You are crystallizing too fast.");
return; // return;
} // }
if (_count <= 0) if (_count <= 0)
{ {