Skip to content

Commit

Permalink
Remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Montandalar committed Nov 26, 2021
1 parent 53a98a9 commit 29eac94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion advtrains_train_subway/init.lua
Expand Up @@ -177,7 +177,6 @@ advtrains.register_wagon("subway_wagon", {
local lintex = subway_get_line_texture(line)
if (lintex ~= nil) then
local newtex = (data.livery or "advtrains_subway_wagon.png") .. "^" .. lintex
minetest.chat_send_all(string.format("New texture is: %s", newtex))
self.object:set_properties({textures = {newtex}})
end
end,--[[ --]]
Expand Down

0 comments on commit 29eac94

Please sign in to comment.