Use get_string for owner string
authorShadowNinja <shadowninja@minetest.net>
Sun, 29 Dec 2013 15:59:04 +0000 (10:59 -0500)
committerShadowNinja <shadowninja@minetest.net>
Sun, 29 Dec 2013 15:59:04 +0000 (10:59 -0500)
technic/machines/HV/quarry.lua

index 09565f02a76d87a4a1929bb6aee750e8bbfe3c18..4d6d932a571bd266c86333ed40f05b1328c72b54 100644 (file)
@@ -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(