aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent/UDP
diff options
context:
space:
mode:
authorMic Bowman2011-03-04 17:18:49 -0800
committerMic Bowman2011-03-04 17:18:49 -0800
commit12d5a2009451db04c21aa18e8b9a6a64b1b1f1d6 (patch)
tree6bd58590cd1a61ac13ccdb15598d86d16a47ff73 /OpenSim/Region/OptionalModules/Agent/UDP
parentChanged order of checks for local regions when processing (diff)
parentminor: remove some mono compiler warnings (diff)
downloadopensim-SC_OLD-12d5a2009451db04c21aa18e8b9a6a64b1b1f1d6.zip
opensim-SC_OLD-12d5a2009451db04c21aa18e8b9a6a64b1b1f1d6.tar.gz
opensim-SC_OLD-12d5a2009451db04c21aa18e8b9a6a64b1b1f1d6.tar.bz2
opensim-SC_OLD-12d5a2009451db04c21aa18e8b9a6a64b1b1f1d6.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent/UDP')
-rw-r--r--OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs b/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
index dfeecb1..6a24cc1 100644
--- a/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
+++ b/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
@@ -51,7 +51,7 @@ namespace OpenSim.Region.CoreModules.UDP.Linden
51 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "LindenUDPInfoModule")] 51 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "LindenUDPInfoModule")]
52 public class LindenUDPInfoModule : ISharedRegionModule 52 public class LindenUDPInfoModule : ISharedRegionModule
53 { 53 {
54 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 54// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
55 55
56 protected Dictionary<UUID, Scene> m_scenes = new Dictionary<UUID, Scene>(); 56 protected Dictionary<UUID, Scene> m_scenes = new Dictionary<UUID, Scene>();
57 57