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 5b064e7..d4def0d 100644
--- a/init.lua
+++ b/init.lua
@@ -99,7 +99,7 @@ doc.new_category("nodes", {
formstring = formstring .. "You will slowly lose breath in this block.\n"
end
- if data.def.drops == "" then
+ if data.def.drops ~= "" then
if data.def.groups.immortal == 1 then
formstring = formstring .. "This block can not be dug by ordinary digging tools.\n"
end