diff options
author | Justin Clark-Casey (justincc) | 2010-06-07 16:07:43 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-06-07 19:14:30 +0100 |
commit | 693b5d08381a7672b3ebeb693ee50a82e8e59125 (patch) | |
tree | 53ad7a345866b29f0b23c5c8a116e6587a5d8e9e /OpenSim/Region/CoreModules | |
parent | commit code which stops full updates being fired multiple times when attachme... (diff) | |
download | opensim-SC_OLD-693b5d08381a7672b3ebeb693ee50a82e8e59125.zip opensim-SC_OLD-693b5d08381a7672b3ebeb693ee50a82e8e59125.tar.gz opensim-SC_OLD-693b5d08381a7672b3ebeb693ee50a82e8e59125.tar.bz2 opensim-SC_OLD-693b5d08381a7672b3ebeb693ee50a82e8e59125.tar.xz |
reapply fix for double sending of attachment update on standalone region crossing
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion/LocalInterregionComms.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion/LocalInterregionComms.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion/LocalInterregionComms.cs index 4abc215..0730f8b 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion/LocalInterregionComms.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion/LocalInterregionComms.cs | |||
@@ -260,7 +260,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Interregion | |||
260 | { | 260 | { |
261 | if (s.RegionInfo.RegionHandle == regionHandle) | 261 | if (s.RegionInfo.RegionHandle == regionHandle) |
262 | { | 262 | { |
263 | m_log.Debug("[LOCAL COMMS]: Found region to SendCreateObject"); | 263 | // m_log.Debug("[LOCAL COMMS]: Found region to SendCreateObject"); |
264 | if (isLocalCall) | 264 | if (isLocalCall) |
265 | { | 265 | { |
266 | // We need to make a local copy of the object | 266 | // We need to make a local copy of the object |