Vector3f location = res.getContactPoint();
if(location != null){
Path p = new Path();
PositioningComponent pos = (PositioningComponent) sin.getEntityManager().getComponent(handler.getSelectedObjectId(), PositioningComponent.class);
if(pos != null){
if(sin.getNavManager().buildNavigationPath(p, pos.position, location.clone())) {
log.fine("new loc:" + location
+ " sent:"+ ServerValues.getServerCoordX(location.x)
+ ","+ ServerValues.getServerCoordY(location.z)
+ ","+ ServerValues.getServerCoordZ(location.y));
sin.getClientFacade().sendMoveToAction(handler.getSelectedObjectId(), pos.position.x, pos.position.y, pos.position.z, location.x, location.y,