mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 13:52:31 +01:00
Use get_string for owner string
This commit is contained in:
parent
8e2cb0121b
commit
93b0d25cbc
@ -79,7 +79,7 @@ local function quarry_dig(pos, center, size)
|
|||||||
local meta = minetest.get_meta(pos)
|
local meta = minetest.get_meta(pos)
|
||||||
local drops = {}
|
local drops = {}
|
||||||
local dig_y = meta:get_int("dig_y")
|
local dig_y = meta:get_int("dig_y")
|
||||||
local owner = meta:get_int("owner")
|
local owner = meta:get_string("owner")
|
||||||
|
|
||||||
local vm = VoxelManip()
|
local vm = VoxelManip()
|
||||||
local p1 = vector.new(
|
local p1 = vector.new(
|
||||||
|
Loading…
Reference in New Issue
Block a user