diff --git a/trunk/java/com/l2jserver/gameserver/network/clientpackets/crystalization/RequestCrystallizeEstimate.java b/trunk/java/com/l2jserver/gameserver/network/clientpackets/crystalization/RequestCrystallizeEstimate.java index 5d2c08e674..cb145ac942 100644 --- a/trunk/java/com/l2jserver/gameserver/network/clientpackets/crystalization/RequestCrystallizeEstimate.java +++ b/trunk/java/com/l2jserver/gameserver/network/clientpackets/crystalization/RequestCrystallizeEstimate.java @@ -60,11 +60,11 @@ public class RequestCrystallizeEstimate extends L2GameClientPacket return; } - if (!getClient().getFloodProtectors().getTransaction().tryPerformAction("crystallize")) - { - activeChar.sendMessage("You are crystallizing too fast."); - return; - } + // if (!getClient().getFloodProtectors().getTransaction().tryPerformAction("crystallize")) + // { + // activeChar.sendMessage("You are crystallizing too fast."); + // return; + // } if (_count <= 0) {