mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-04 14:53:51 +01:00
Remove wall debug text
This commit is contained in:
parent
78dd7f4826
commit
bd125d3ddf
@ -24,14 +24,12 @@ local function update_wall(pos)
|
||||
if colonpos ~= nil then
|
||||
itemname = thisnode.name:sub(colonpos+1)
|
||||
end
|
||||
minetest.log("error", itemname)
|
||||
underscorepos = itemname:find("_")
|
||||
if underscorepos == nil then -- New wall
|
||||
basename = thisnode.name .. "_"
|
||||
else -- Already placed wall
|
||||
basename = "mcl_walls:" .. itemname:sub(1, underscorepos)
|
||||
end
|
||||
minetest.log("error", basename)
|
||||
|
||||
local sum = 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user