From 7ac3156589d8a4a78d1ff801da5b80e473809d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Fri, 15 Mar 2024 12:49:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D1=80=D0=B8=D1=82=D0=B5=D1=80=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=BC=D0=B0=D1=82=D0=BE=D1=87=D0=BD=D0=BE=D0=B9=20?= =?UTF-8?q?=D0=BF=D0=BB=D0=BE=D1=89=D0=B0=D0=B4=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- explication_blocks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explication_blocks.js b/explication_blocks.js index 25243d6..3421726 100644 --- a/explication_blocks.js +++ b/explication_blocks.js @@ -86,7 +86,7 @@ expl_func_blocks = { if (bar == 'gate') return false; var nt = t['natural']; - if (nt != 'wood' && nt != 'scrub' && nt != 'tree_row' && nt != 'tree' && bar != 'hedge') + if (!ref_start && nt != 'wood' && nt != 'scrub' && nt != 'tree_row' && nt != 'tree' && bar != 'hedge') return false; return true; },