Removed different client-server ground target type log.

Contributed by Sahar.
This commit is contained in:
MobiusDevelopment
2019-10-11 21:10:14 +00:00
parent 3a49b3de00
commit ee724e03b2
16 changed files with 0 additions and 16 deletions

View File

@ -11364,7 +11364,6 @@ public class PlayerInstance extends Playable
if ((sklTargetType == SkillTargetType.TARGET_GROUND) && (getCurrentSkillWorldPosition() == null))
{
LOGGER.info("WorldPosition is null for skill: " + skill.getName() + ", player: " + getName() + ".");
sendPacket(ActionFailed.STATIC_PACKET);
return;
}