diff options
author | LNJ <git@lnj.li> | 2017-03-26 22:12:16 +0200 |
---|---|---|
committer | LNJ <git@lnj.li> | 2017-03-26 22:12:16 +0200 |
commit | e784ad6a17b376baa2f26dc7eb542cfcfbc7b673 (patch) | |
tree | 056c35cebe3f9a38c047acfe12538b40fdeea8c4 | |
parent | d7d41a8ed94d36e0897575b776e0903c19178ee9 (diff) |
Fix node not specified in spawn_visual
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -256,6 +256,8 @@ core.register_entity("drawers:visual", { }) local function spawn_visual(pos) + local node = core.get_node(pos) + -- data for the new visual drawers.last_drawer_pos = pos |