diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-01 09:13:31 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-01 09:13:31 -0500 |
commit | 235f77b8c6194d7e6ab55a73dda4a31d19948323 (patch) | |
tree | ff8d7a6d5a788b3e194bdcbe9c1a5c65001d482a /indra/newview/llagent.cpp | |
parent | 54a1c9510c7bf9e672d2600fa359db5c05752fb3 (diff) |
SH-3800 WIP - reject appearance messages with contradictory appearance version info
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-x | indra/newview/llagent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 1760d4769a..06a7a2f5c3 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -816,6 +816,7 @@ void LLAgent::handleServerBakeRegionTransition(const LLUUID& region_id) !gAgentAvatarp->isUsingServerBakes() && (mRegionp->getCentralBakeVersion()>0)) { + llinfos << "update requested due to region transition" << llendl; LLAppearanceMgr::instance().requestServerAppearanceUpdate(); } } |