diff options
| -rw-r--r-- | indra/newview/llappviewer.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index e1fbbf6ce5..41a83a1484 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2758,6 +2758,7 @@ bool LLAppViewer::initConfiguration()  	if (gNonInteractive)  	{ +		tempSetControl("AllowMultipleViewers", "TRUE");  		tempSetControl("SLURLPassToOtherInstance", "FALSE");  		tempSetControl("RenderWater", "FALSE");  		tempSetControl("FlyingAtExit", "FALSE"); | 
