From 336616612b1a4d0dbf010ccb8b5d9ccda3b29236 Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Fri, 11 Sep 2020 10:37:43 +0200 Subject: [PATCH] remove duplicate `after_place_node` --- technic/machines/other/constructor.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/technic/machines/other/constructor.lua b/technic/machines/other/constructor.lua index 77fba5b..7cf2856 100644 --- a/technic/machines/other/constructor.lua +++ b/technic/machines/other/constructor.lua @@ -143,9 +143,6 @@ local function make_constructor(mark, length) mesecon = 2, technic_constructor = 1}, mesecons = {effector = {action_on = make_on(mark, length)}}, sounds = default.node_sound_stone_defaults(), - after_place_node = function (pos, placer) - minetest.get_meta(pos):set_string("owner", placer:get_player_name()) - end, on_construct = function(pos) local meta = minetest.get_meta(pos) local formspec = "size[8,9;]"..