From 6d2b2de8d9876000714e4cec89c84ca86f9afca2 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Mon, 28 Oct 2019 20:34:42 +0100 Subject: [PATCH] fix noVanish to stop the reaper --- html/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/script.js b/html/script.js index 088949f..82b4f9d 100644 --- a/html/script.js +++ b/html/script.js @@ -1250,7 +1250,7 @@ function createSiteCircleFeatures() { // This looks for planes to reap out of the master Planes variable function reaper(all) { //console.log("Reaping started.."); - if (debugPosFilter) + if (noVanish) return; if (reaping) return;