Removed FloodProtector check from RequestCrystallizeItem.
This commit is contained in:
@@ -68,11 +68,11 @@ public final class RequestCrystallizeItem implements IClientIncomingPacket
|
||||
return;
|
||||
}
|
||||
|
||||
if (!client.getFloodProtectors().getTransaction().tryPerformAction("crystallize"))
|
||||
{
|
||||
activeChar.sendMessage("You are crystallizing too fast.");
|
||||
return;
|
||||
}
|
||||
// if (!client.getFloodProtectors().getTransaction().tryPerformAction("crystallize"))
|
||||
// {
|
||||
// activeChar.sendMessage("You are crystallizing too fast.");
|
||||
// return;
|
||||
// }
|
||||
|
||||
if (_count <= 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user