summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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