From: ShadowNinja Date: Sun, 29 Dec 2013 15:59:04 +0000 (-0500) Subject: Use get_string for owner string X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=93b0d25cbc6d4347f731b0b6c9f4f06ffdfbd18c;p=zefram%2Fminetest%2Ftechnic.git Use get_string for owner string --- 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(