Fix silence factoid

master
Wuzzy 2016-08-24 23:47:43 +02:00
parent 7e94fa5ba6
commit 9a049913f0
1 changed files with 1 additions and 1 deletions

View File

@ -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