summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-11-03 03:23:00 +0100
committerWuzzy <almikes@aol.com>2016-11-03 03:23:00 +0100
commit79e58cfbfbec200159f2e49e489be80bae5774c9 (patch)
tree24ec35a7d9c478d53726a75c074b46cd42b9a0dc
parent84b045e86fabc871cadd9b236c27c3f99f4e4972 (diff)
Fix globals problem
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index d8cdddf..9ac8e78 100644
--- a/init.lua
+++ b/init.lua
@@ -403,7 +403,7 @@ doc.new_category("nodes", {
end
end
if data.def.walkable == false then
- if data.def.buildable_to == false and drop ~= "" then
+ if data.def.buildable_to == false and data.def.drop ~= "" then
datastring = datastring .. S("This block will drop as an item when a falling block ends up inside it.").."\n"
else
datastring = datastring .. S("This block is destroyed when a falling block ends up inside it.").."\n"