projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e2cb01
)
Use get_string for owner string
author
ShadowNinja
<shadowninja@minetest.net>
Sun, 29 Dec 2013 15:59:04 +0000
(10:59 -0500)
committer
ShadowNinja
<shadowninja@minetest.net>
Sun, 29 Dec 2013 15:59:04 +0000
(10:59 -0500)
technic/machines/HV/quarry.lua
patch
|
blob
|
history
diff --git
a/technic/machines/HV/quarry.lua
b/technic/machines/HV/quarry.lua
index 09565f02a76d87a4a1929bb6aee750e8bbfe3c18..4d6d932a571bd266c86333ed40f05b1328c72b54 100644
(file)
--- 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(