aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-12-19 01:41:04 +0000
committerJustin Clark-Casey (justincc)2013-12-19 01:41:04 +0000
commit68773ee7c4730a0227717e2549cd7fa8f873781e (patch)
tree3e6b5de25f14029597d6c4a2a5c9851a24ead347 /OpenSim/Region/ClientStack
parentFix issue with editing notes for other avatars (diff)
parentAdd missing viewer param elements for butt and breast physics. (diff)
downloadopensim-SC_OLD-68773ee7c4730a0227717e2549cd7fa8f873781e.zip
opensim-SC_OLD-68773ee7c4730a0227717e2549cd7fa8f873781e.tar.gz
opensim-SC_OLD-68773ee7c4730a0227717e2549cd7fa8f873781e.tar.bz2
opensim-SC_OLD-68773ee7c4730a0227717e2549cd7fa8f873781e.tar.xz
Merge branch 'justincc-master'
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
index c28ba94..0dbdbaf 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
@@ -295,9 +295,9 @@ namespace OpenSim.Region.ClientStack.Linden
295 { 295 {
296 // Register an event queue for the client 296 // Register an event queue for the client
297 297
298 //m_log.DebugFormat( 298 m_log.DebugFormat(
299 // "[EVENTQUEUE]: OnRegisterCaps: agentID {0} caps {1} region {2}", 299 "[EVENTQUEUE]: OnRegisterCaps: agentID {0} caps {1} region {2}",
300 // agentID, caps, m_scene.RegionInfo.RegionName); 300 agentID, caps, m_scene.RegionInfo.RegionName);
301 301
302 // Let's instantiate a Queue for this agent right now 302 // Let's instantiate a Queue for this agent right now
303 TryGetQueue(agentID); 303 TryGetQueue(agentID);