summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2017-05-09 18:26:01 +0200
committerWuzzy <almikes@aol.com>2017-05-09 18:26:01 +0200
commit7006e5f708b898cb1ac62e6b9fec7bcd4addc854 (patch)
treea45d48caa5294bd18d06f1f80f694858b19dded6
parent75c1daa5a0ff6d9eb61833d630c4069c52bd8349 (diff)
Fix movement factoids being accidentally hidden
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 1776fdf..f0ba812 100644
--- a/init.lua
+++ b/init.lua
@@ -657,7 +657,7 @@ doc.add_category("nodes", {
datastring = newline2(datastring)
---- Movement
- if forbidden_core_factoids.node_movement then
+ if not forbidden_core_factoids.node_movement then
if data.def.groups.disable_jump == 1 then
datastring = datastring .. S("You can not jump while standing on this block.").."\n"
end