Removed FloodProtector check from RequestCrystallizeItem.
This commit is contained in:
@@ -68,11 +68,11 @@ public final class RequestCrystallizeItem implements IClientIncomingPacket
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!client.getFloodProtectors().getTransaction().tryPerformAction("crystallize"))
|
// if (!client.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