While I would like spectators to be able to see where other spectators are looking, I'd rather not give the hint of where the combat might be happening to living players
This can be fixed by adding this line [3783] in pvp.lua
Code: Select all
player.force = "neutral"
player.set_controller{type = defines.controllers.spectator}
+ player.show_on_map = false;
end