[2.0.73] LuaRenderObject::players writing empty table yields visible renderobject
Posted: Tue Feb 03, 2026 11:16 pm
When you set the players that can see the object to empty the object should be invisible. Same with forces.
Reproduce: In a new game, run the command
Expected Result: No line should be invisible. Observed result: Line is visible.
Reproduce: In a new game, run the command
Code: Select all
/c local line = rendering.draw_line{from = {0,0}, to = game.player.character, color = {}, surface = game.player.surface, width = 4}; line.players = {}