log.severe(objId+" positions differ in x/z by more than 1f current:"+pos.position+" target:"+tPos);
Singleton.get().getPosSystem().initMoveTo(objId, tPos.x, tPos.y, tPos.z, pos.position.x, pos.position.y, pos.position.z);
}
if(Singleton.get().getEntityManager().isPlayerComponent(pos)){
ValidatePosition pack = new ValidatePosition(pos.position, pos.heading);
_client.sendGamePacket(pack);
}
}
else
log.severe("No SimplePositioningComonent found with entity id "+objId+" unable to send ValidateLocation");