diff options
author | Wuzzy <almikes@aol.com> | 2017-05-09 18:26:01 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2017-05-09 18:26:01 +0200 |
commit | 7006e5f708b898cb1ac62e6b9fec7bcd4addc854 (patch) | |
tree | a45d48caa5294bd18d06f1f80f694858b19dded6 | |
parent | 75c1daa5a0ff6d9eb61833d630c4069c52bd8349 (diff) |
Fix movement factoids being accidentally hidden
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |