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 = {}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 = {}