From 93b0d25cbc6d4347f731b0b6c9f4f06ffdfbd18c Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Sun, 29 Dec 2013 10:59:04 -0500 Subject: [PATCH] Use get_string for owner string --- technic/machines/HV/quarry.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/HV/quarry.lua b/technic/machines/HV/quarry.lua index 09565f0..4d6d932 100644 --- a/technic/machines/HV/quarry.lua +++ b/technic/machines/HV/quarry.lua @@ -79,7 +79,7 @@ local function quarry_dig(pos, center, size) local meta = minetest.get_meta(pos) local drops = {} local dig_y = meta:get_int("dig_y") - local owner = meta:get_int("owner") + local owner = meta:get_string("owner") local vm = VoxelManip() local p1 = vector.new(