Remove print() statement.
This commit is contained in:
parent
840f6cddb1
commit
0d5097ff09
@ -46,7 +46,6 @@ local nodes = {
|
||||
}
|
||||
|
||||
local function make_stair_slab(name, groups, b1, b2)
|
||||
print(name, breakable)
|
||||
minetest.register_node("nodes:" .. name .. b1 .. "_stairs", {
|
||||
description = name .. " stairs" .. b2,
|
||||
tiles = {name .. ".png"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user