Closed Avokadomos closed 2 years ago
Making whitelisted sides empty results in player being able to spectate everyone. There is no parameter to remove all sides. This requires forcing the whitelisted variable to something other than faction sides.
missionNamespace setVariable ["BIS_EGSpectator_whitelistedSides", [objNull]]
This will result in spectator being unable to click other units in 3D space.
Fixed in a640c18cc4cdb8c593100174f52d13c4f7e3a7ea.
Clicking on other players in spectator mode changes view to them. Clicking should be disabled, or spectator should be reconfigured to prevent this.