Commented unnecessary log at RequestMagicSkillUse.
This commit is contained in:
@@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
player.sendPacket(ActionFailed.STATIC_PACKET);
|
player.sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
if (_magicId > 0)
|
// if (_magicId > 0)
|
||||||
{
|
// {
|
||||||
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
||||||
}
|
// }
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
player.sendPacket(ActionFailed.STATIC_PACKET);
|
player.sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
if (_magicId > 0)
|
// if (_magicId > 0)
|
||||||
{
|
// {
|
||||||
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
||||||
}
|
// }
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
player.sendPacket(ActionFailed.STATIC_PACKET);
|
player.sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
if (_magicId > 0)
|
// if (_magicId > 0)
|
||||||
{
|
// {
|
||||||
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
||||||
}
|
// }
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
player.sendPacket(ActionFailed.STATIC_PACKET);
|
player.sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
if (_magicId > 0)
|
// if (_magicId > 0)
|
||||||
{
|
// {
|
||||||
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
||||||
}
|
// }
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
player.sendPacket(ActionFailed.STATIC_PACKET);
|
player.sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
if (_magicId > 0)
|
// if (_magicId > 0)
|
||||||
{
|
// {
|
||||||
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
||||||
}
|
// }
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
player.sendPacket(ActionFailed.STATIC_PACKET);
|
player.sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
if (_magicId > 0)
|
// if (_magicId > 0)
|
||||||
{
|
// {
|
||||||
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
||||||
}
|
// }
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
player.sendPacket(ActionFailed.STATIC_PACKET);
|
player.sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
if (_magicId > 0)
|
// if (_magicId > 0)
|
||||||
{
|
// {
|
||||||
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
||||||
}
|
// }
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -77,10 +77,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
|
|||||||
if (skill == null)
|
if (skill == null)
|
||||||
{
|
{
|
||||||
player.sendPacket(ActionFailed.STATIC_PACKET);
|
player.sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
if (_magicId > 0)
|
// if (_magicId > 0)
|
||||||
{
|
// {
|
||||||
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
||||||
}
|
// }
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
player.sendPacket(ActionFailed.STATIC_PACKET);
|
player.sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
if (_magicId > 0)
|
// if (_magicId > 0)
|
||||||
{
|
// {
|
||||||
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
||||||
}
|
// }
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
player.sendPacket(ActionFailed.STATIC_PACKET);
|
player.sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
if (_magicId > 0)
|
// if (_magicId > 0)
|
||||||
{
|
// {
|
||||||
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
||||||
}
|
// }
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
player.sendPacket(ActionFailed.STATIC_PACKET);
|
player.sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
if (_magicId > 0)
|
// if (_magicId > 0)
|
||||||
{
|
// {
|
||||||
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
||||||
}
|
// }
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
player.sendPacket(ActionFailed.STATIC_PACKET);
|
player.sendPacket(ActionFailed.STATIC_PACKET);
|
||||||
if (_magicId > 0)
|
// if (_magicId > 0)
|
||||||
{
|
// {
|
||||||
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
|
||||||
}
|
// }
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user