mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-17 15:48:28 +01:00
Fix typo
This commit is contained in:
parent
cc860acf8a
commit
f78937b351
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user