Commented CrystallizeItem FloodProtector check.
Contributed by rocknowx.
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user