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

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