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

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