Removed crystallizing flood protection.
This commit is contained in:
@@ -61,11 +61,11 @@ public class RequestCrystallizeEstimate 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)
|
||||||
{
|
{
|
||||||
|
@@ -41,11 +41,11 @@ public class RequestCrystallizeItemCancel 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 (activeChar.isInCrystallize())
|
if (activeChar.isInCrystallize())
|
||||||
{
|
{
|
||||||
|
@@ -61,11 +61,11 @@ public class RequestCrystallizeEstimate 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)
|
||||||
{
|
{
|
||||||
|
@@ -41,11 +41,11 @@ public class RequestCrystallizeItemCancel 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 (activeChar.isInCrystallize())
|
if (activeChar.isInCrystallize())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user