aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lleventpoll.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lleventpoll.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/linden/indra/newview/lleventpoll.cpp b/linden/indra/newview/lleventpoll.cpp
index 083c46c..6b95102 100644
--- a/linden/indra/newview/lleventpoll.cpp
+++ b/linden/indra/newview/lleventpoll.cpp
@@ -224,7 +224,12 @@ namespace
224 // IMs, teleports, about land, selecing land, region crossing and more will all fail. 224 // IMs, teleports, about land, selecing land, region crossing and more will all fail.
225 // They are essentially disconnected from the region even though some things may still work. 225 // They are essentially disconnected from the region even though some things may still work.
226 // Since things won't get better until they relog we force a disconnect now. 226 // Since things won't get better until they relog we force a disconnect now.
227 LLAppViewer::instance()->forceDisconnect("You have been disconnected from the region you were in."); 227
228 // *NOTE:Mani - This force disconnect was causing logouts even when disconnected
229 // from neighboring regions.
230 // *FIX:Mani We may want to re enable forceDisconnect for the agents main region.
231 // *FIX:Mani If reimplemting Translate!!!!
232 // LLAppViewer::instance()->forceDisconnect("You have been disconnected from the region you were in.");
228 } 233 }
229 } 234 }
230 235