From 9a049913f0b869b8034875c00ecceb64418c8298 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 24 Aug 2016 23:47:43 +0200 Subject: Fix silence factoid --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index da32b92..54cde03 100644 --- a/init.lua +++ b/init.lua @@ -357,7 +357,7 @@ doc.new_category("nodes", { end if silentstep and silentdig and silentplace then formstring = formstring .. "This block is completely silent when walked on, mined or built.\n" - elseif silentdig and silentmine and not silentplace then + elseif silentdig and silentplace then formstring = formstring .. "This block is completely silent when mined or built.\n" else if silentstep then -- cgit v1.2.3