From c9fa1caf88de5c8c3672d222c6e6953e5e487d7c Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sat, 28 Nov 2015 21:08:53 +0000 Subject: [PATCH] Commented CrystallizeItem FloodProtector check. Contributed by rocknowx. --- .../crystalization/RequestCrystallizeEstimate.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) {