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