Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
numberZero committed Oct 21, 2017
1 parent cc860ac commit f78937b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesecons/presets.lua
Expand Up @@ -69,7 +69,7 @@ local function rules_from_dir(ruleset, dir)
if dir.z == 1 then return ruleset.zp end
if dir.x == -1 then return ruleset.xn end
if dir.y == -1 then return ruleset.yn end
if dir.Z == -1 then return ruleset.zn end
if dir.z == -1 then return ruleset.zn end
end

mesecon.rules.wallmounted_get = function(node)
Expand Down

0 comments on commit f78937b

Please sign in to comment.