diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-01-09 12:25:33 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-01-09 12:25:33 +0000 |
commit | ad7b63b86971ccae7b1abc008196c9e9553b54ec (patch) | |
tree | 05fe8e2a0ea0e9b8d4939cffaed46e6abb0cf9f4 /papyrus.lua | |
parent | 94873618b17859a6f3cc9c3a02dcc88b511075cf (diff) |
Optimize and tidy code.
Diffstat (limited to 'papyrus.lua')
-rw-r--r-- | papyrus.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/papyrus.lua b/papyrus.lua index d689ed9..4f359ca 100644 --- a/papyrus.lua +++ b/papyrus.lua @@ -48,7 +48,7 @@ minetest.register_abm({ z = pos.z }, 1, 1, ethereal.bambootree) else - minetest.set_node(pos, {name = node.name}) + minetest.swap_node(pos, {name = node.name}) end end |