projects
/
zefram
/
minetest
/
pipeworks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
274d7fb
)
Remove debug code
author
Novatux
<nathanael.courant@laposte.net>
Sun, 20 Apr 2014 17:59:54 +0000
(19:59 +0200)
committer
Novatux
<nathanael.courant@laposte.net>
Sun, 20 Apr 2014 17:59:54 +0000
(19:59 +0200)
deployer.lua
patch
|
blob
|
history
diff --git
a/deployer.lua
b/deployer.lua
index e778e25f97f70072ccaff333bf64e4c1e292c581..f65742ef890d2a5c76a59262140f0b0ab5d3550f 100644
(file)
--- a/
deployer.lua
+++ b/
deployer.lua
@@
-38,7
+38,6
@@
local function deployer_on(pos, node)
nodeupdate(pos)
local meta = minetest.get_meta(pos)
- print(dump(meta:to_table()))
local inv = meta:get_inventory()
local invlist = inv:get_list("main")
for i, stack in ipairs(invlist) do
@@
-64,7
+63,6
@@
local function deployer_on(pos, node)
yaw = 0
pitch = math.pi/2
end
- print(meta:get_string("owner"))
local placer = {
get_inventory_formspec = delay(meta:get_string("formspec")),
get_look_dir = delay({x = -dir.x, y = -dir.y, z = -dir.z}),