aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 15ce1a3..04117bf 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -3686,7 +3686,7 @@ void LLAppViewer::idleNetwork()
3686 // Check that the circuit between the viewer and the agent's current 3686 // Check that the circuit between the viewer and the agent's current
3687 // region is still alive 3687 // region is still alive
3688 LLViewerRegion *agent_region = gAgent.getRegion(); 3688 LLViewerRegion *agent_region = gAgent.getRegion();
3689 if (agent_region) 3689 if (agent_region && LLStartUp::getStartupState() == STATE_STARTED)
3690 { 3690 {
3691 LLUUID this_region_id = agent_region->getRegionID(); 3691 LLUUID this_region_id = agent_region->getRegionID();
3692 bool this_region_alive = agent_region->isAlive(); 3692 bool this_region_alive = agent_region->isAlive();