From 116636380c5f393b6554bd8c84fc3e6ea9de7645 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sun, 9 Jun 2019 01:43:16 +0200 Subject: [PATCH] bugfix --- oil/drillbox.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/oil/drillbox.lua b/oil/drillbox.lua index 52093a3..3abe102 100644 --- a/oil/drillbox.lua +++ b/oil/drillbox.lua @@ -271,6 +271,7 @@ local node_name_ta2, node_name_ta3, node_name_ta4 = M(pos):set_int("depth", info.depth) M(pos):set_int("amount", info.amount) M(pos):set_string("oil_found", "false") + M(pos):set_string("owner", placer:get_player_name()) end, after_dig_node = function(pos, oldnode, oldmetadata, digger) if oldmetadata.fields.oil_found == "true" then