Commented CrystallizeItem FloodProtector check.

Contributed by rocknowx.
This commit is contained in:
MobiusDev
2015-11-28 21:08:53 +00:00
parent 23fbe60e4f
commit c9fa1caf88

View File

@@ -60,11 +60,11 @@ public class RequestCrystallizeEstimate extends L2GameClientPacket
return; return;
} }
if (!getClient().getFloodProtectors().getTransaction().tryPerformAction("crystallize")) // if (!getClient().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)
{ {