Hi all, in my setup i have RWR & DED exported to a second sceen.
 
	Havent played for a few months but since the recent updates i get a tainted client in multiplayer with required pure client checked. 
 
	The files that i have edited are the following. 
 
	1) DED
 
	mods/aircraft/f-16c/cockpit/scripts/displays/ded/indicator/ded_init.lua
 
	The added lines are these. 
 
	dofile(LockOn_Options.common_script_path.."ViewportHandling.lua") 
	try_find_assigned_viewport("F16_DED")
 
	2) RWR 
	mods/aircraft/f-16c/cockpit/scripts/ews/rwr/indicator/rwr_alr56_init.lua
 
	The added lines are these. 
 
	dofile(LockOn_Options.common_script_path.."ViewportHandling.lua") 
	try_find_assigned_viewport("F16_RWR")
 
	 
 
	Any thoughts? Can i export DED and RWR in any other way? 
 
	Thanks in advance.