diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |