Fix movement factoids being accidentally hidden

master
Wuzzy 2017-05-09 18:26:01 +02:00
parent 75c1daa5a0
commit 7006e5f708
1 changed files with 1 additions and 1 deletions

View File

@ -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