Reflection r = player.getActiveReflection();
if (r != null) {
if (player.canReenterInstance(VullockInstance))
player.teleToLocation(r.getTeleportLoc(), r);
} else if (player.canEnterInstance(VullockInstance)) {
ReflectionUtils.enterReflection(player, new AltarShilen(), VullockInstance);
}
}else
super.onBypassFeedback(player, command);
}