mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
remove overlooked debugstatement
This commit is contained in:
parent
edced4d7ab
commit
b8f088a00e
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ minetest.register_node("bones:bones", {
|
|||
|
||||
local function may_replace(pos, player)
|
||||
local nodename = minetest.get_node(pos).name
|
||||
print(nodename)
|
||||
|
||||
-- allow replacing air and liquids
|
||||
if nodename == "air" or minetest.registered_nodes[nodename].liquidtype ~= "none" then
|
||||
|
|
Loading…
Add table
Reference in a new issue