1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-01-08 23:50:19 +01:00

Remove debugging statement from last addition.

This commit is contained in:
Diego Martinez 2014-06-03 07:41:43 -03:00
parent 0d84bc13e2
commit c15c0f06ef

View File

@ -369,9 +369,7 @@ local function make_sign_texture(lines)
lineno = ln + 1
end
table.insert(texture, "^[makealpha:0,0,0")
texture = table.concat(texture, "")
print(texture)
return texture
return table.concat(texture, "")
end
local function set_obj_text(obj, text)