Commented unnecessary log at RequestMagicSkillUse.

This commit is contained in:
MobiusDevelopment 2019-04-08 22:41:43 +00:00
parent 4169e427de
commit 6eadc7344e
12 changed files with 48 additions and 48 deletions

View File

@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
else
{
player.sendPacket(ActionFailed.STATIC_PACKET);
if (_magicId > 0)
{
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
}
// if (_magicId > 0)
// {
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
// }
return;
}
}

View File

@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
else
{
player.sendPacket(ActionFailed.STATIC_PACKET);
if (_magicId > 0)
{
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
}
// if (_magicId > 0)
// {
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
// }
return;
}
}

View File

@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
else
{
player.sendPacket(ActionFailed.STATIC_PACKET);
if (_magicId > 0)
{
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
}
// if (_magicId > 0)
// {
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
// }
return;
}
}

View File

@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
else
{
player.sendPacket(ActionFailed.STATIC_PACKET);
if (_magicId > 0)
{
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
}
// if (_magicId > 0)
// {
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
// }
return;
}
}

View File

@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
else
{
player.sendPacket(ActionFailed.STATIC_PACKET);
if (_magicId > 0)
{
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
}
// if (_magicId > 0)
// {
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
// }
return;
}
}

View File

@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
else
{
player.sendPacket(ActionFailed.STATIC_PACKET);
if (_magicId > 0)
{
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
}
// if (_magicId > 0)
// {
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
// }
return;
}
}

View File

@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
else
{
player.sendPacket(ActionFailed.STATIC_PACKET);
if (_magicId > 0)
{
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
}
// if (_magicId > 0)
// {
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
// }
return;
}
}

View File

@ -77,10 +77,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
if (skill == null)
{
player.sendPacket(ActionFailed.STATIC_PACKET);
if (_magicId > 0)
{
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
}
// if (_magicId > 0)
// {
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
// }
return;
}
}

View File

@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
else
{
player.sendPacket(ActionFailed.STATIC_PACKET);
if (_magicId > 0)
{
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
}
// if (_magicId > 0)
// {
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
// }
return;
}
}

View File

@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
else
{
player.sendPacket(ActionFailed.STATIC_PACKET);
if (_magicId > 0)
{
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
}
// if (_magicId > 0)
// {
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
// }
return;
}
}

View File

@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
else
{
player.sendPacket(ActionFailed.STATIC_PACKET);
if (_magicId > 0)
{
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
}
// if (_magicId > 0)
// {
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
// }
return;
}
}

View File

@ -62,10 +62,10 @@ public final class RequestMagicSkillUse implements IClientIncomingPacket
else
{
player.sendPacket(ActionFailed.STATIC_PACKET);
if (_magicId > 0)
{
LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
}
// if (_magicId > 0)
// {
// LOGGER.warning("Skill Id " + _magicId + " not found in player: " + player);
// }
return;
}
}