diff options
author | Wuzzy <almikes@aol.com> | 2016-08-24 23:47:43 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-24 23:47:43 +0200 |
commit | 9a049913f0b869b8034875c00ecceb64418c8298 (patch) | |
tree | 4b30ffb1302837efae46e4c76dac67aa7eac3cc7 /init.lua | |
parent | 7e94fa5ba6cf9bc1bd0dedd11dda772bd6c6c0f0 (diff) |
Fix silence factoid
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 |