Removed different client-server ground target type log.
Contributed by Sahar.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user