Remove superfluous "tarvelocity" assignments

This commit is contained in:
orwell96 2018-11-20 12:02:03 +01:00
parent 9a1f381882
commit 9c9450ccb7

View File

@ -114,7 +114,6 @@ advtrains.register_wagon("subway_wagon", {
}) })
self.line_cache=line self.line_cache=line
elseif self.line_cache~=nil and line==nil then elseif self.line_cache~=nil and line==nil then
atdebug("clear line")
self.object:set_properties({ self.object:set_properties({
textures=self.textures, textures=self.textures,
}) })