aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-04-25 17:17:41 -0700
committerMcCabe Maxsted2010-04-25 17:17:41 -0700
commitf57d4f61d932ad4a2027b14020f7fda04ea6e341 (patch)
treeadf77704a646793cb7fff6a83469ca647e63e618 /linden/indra/newview
parentAdded checkbox in preferences > advanced for http textures (diff)
downloadmeta-impy-f57d4f61d932ad4a2027b14020f7fda04ea6e341.zip
meta-impy-f57d4f61d932ad4a2027b14020f7fda04ea6e341.tar.gz
meta-impy-f57d4f61d932ad4a2027b14020f7fda04ea6e341.tar.bz2
meta-impy-f57d4f61d932ad4a2027b14020f7fda04ea6e341.tar.xz
Fixed phantom avatar on Second Life
Diffstat (limited to 'linden/indra/newview')
-rw-r--r--linden/indra/newview/llviewermessage.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewermessage.cpp b/linden/indra/newview/llviewermessage.cpp
index 6dfd9fb..5609edf 100644
--- a/linden/indra/newview/llviewermessage.cpp
+++ b/linden/indra/newview/llviewermessage.cpp
@@ -3496,6 +3496,8 @@ void send_agent_update(BOOL force_send, BOOL send_reliable)
3496 return; 3496 return;
3497 } 3497 }
3498 3498
3499 if(gAgent.getPhantom()) return; //Don't want to do this while phantom
3500
3499 // We have already requested to log out. Don't send agent updates. 3501 // We have already requested to log out. Don't send agent updates.
3500 if(LLAppViewer::instance()->logoutRequestSent()) 3502 if(LLAppViewer::instance()->logoutRequestSent())
3501 { 3503 {