From 1079a138368833e28a738b7c25c5ba8c9afdad9c Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 27 Oct 2023 18:37:39 +0200 Subject: [PATCH] Disable point movement in v6 biome mode --- mibpov.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mibpov.js b/mibpov.js index 45faded..297a27d 100644 --- a/mibpov.js +++ b/mibpov.js @@ -1445,7 +1445,7 @@ let dragDropState = 0; /* Move and update the biome point while the user is dragging it */ function updatePointWhenDragged(pointID) { - if (pointID !== null && !drawError) { + if (pointID !== null && !drawError && biomeMode === "modern") { let selectedPoint = null; let points = getRenderedPoints(getViewY()); for (let i=0; i