This commit is contained in:
number Zero 2017-10-21 17:05:09 +03:00
parent cc860acf8a
commit f78937b351
1 changed files with 1 additions and 1 deletions

View File

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