summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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