Do not set infotext on Ks signal aspect change

Possible migitation for Linuxworks RAM explosion
h137
orwell96 2019-12-14 22:26:04 +01:00
parent a8ae0a5332
commit d123679b3c
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@ local setaspectf = function(rot)
advtrains.ndb.swap_node(pos, {name="advtrains_signals_ks:hs_slow_"..rot, param2 = node.param2})
end
end
local meta = minetest.get_meta(pos)
if meta then
meta:set_string("infotext", minetest.serialize(asp))
end
end
end