mirror of
https://github.com/APercy/ap_airship.git
synced 2025-03-15 07:51:20 +00:00
debug removed
This commit is contained in:
parent
9908ac0d48
commit
7fda008e24
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ function ap_airship.cabin_map(pos, dpos)
|
|||
new_pos.y = -29
|
||||
new_pos.x = ap_airship.clamp(new_pos.x, -8.42, 8.42)
|
||||
|
||||
minetest.chat_send_all("x: "..new_pos.x.." - z: "..new_pos.z)
|
||||
--minetest.chat_send_all("x: "..new_pos.x.." - z: "..new_pos.z)
|
||||
return new_pos
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue