public void Attack(GameObject target, boolean forceUse, boolean dontMove)
{
Player actor = getActor();
if (actor.isInFlyingTransform())
{
actor.sendActionFailed();
return;
}
if ((System.currentTimeMillis() - actor.getLastAttackPacket()) < Config.ATTACK_PACKET_DELAY)
{
actor.sendActionFailed();