diff options
author | Jacek Antonelli | 2008-10-17 15:56:48 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-10-17 15:56:56 -0500 |
commit | 4270407eca97bc2275f920a6452d6d5490875779 (patch) | |
tree | d1068f0057bd436e3a2a38303d68b2c08239ae5a /linden/indra/newview/lleventpoll.cpp | |
parent | Second Life viewer sources 1.21.5-RC (diff) | |
download | meta-impy-4270407eca97bc2275f920a6452d6d5490875779.zip meta-impy-4270407eca97bc2275f920a6452d6d5490875779.tar.gz meta-impy-4270407eca97bc2275f920a6452d6d5490875779.tar.bz2 meta-impy-4270407eca97bc2275f920a6452d6d5490875779.tar.xz |
Second Life viewer sources 1.21.6
Diffstat (limited to 'linden/indra/newview/lleventpoll.cpp')
-rw-r--r-- | linden/indra/newview/lleventpoll.cpp | 7 |
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 | ||