Use get_string for owner string

This commit is contained in:
ShadowNinja 2013-12-29 10:59:04 -05:00
parent 8e2cb0121b
commit 93b0d25cbc
1 changed files with 1 additions and 1 deletions

View 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(