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