diff options
author | Justin Clarke Casey | 2008-11-19 20:13:51 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-19 20:13:51 +0000 |
commit | 14f3ac144060491761a57137b99173e65252d806 (patch) | |
tree | b958133886407fbd551376671a56f8d757c49579 /OpenSim/Region/Environment/Modules | |
parent | Guard against a strange nullref in ODE (diff) | |
download | opensim-SC_OLD-14f3ac144060491761a57137b99173e65252d806.zip opensim-SC_OLD-14f3ac144060491761a57137b99173e65252d806.tar.gz opensim-SC_OLD-14f3ac144060491761a57137b99173e65252d806.tar.bz2 opensim-SC_OLD-14f3ac144060491761a57137b99173e65252d806.tar.xz |
* Add just enough to allow the scene presences test to establish a new user connection (though not yet an actual ScenePresence)
Diffstat (limited to 'OpenSim/Region/Environment/Modules')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/Land/LandChannel.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/Land/LandChannel.cs b/OpenSim/Region/Environment/Modules/World/Land/LandChannel.cs index 892d1ae..9de0181 100644 --- a/OpenSim/Region/Environment/Modules/World/Land/LandChannel.cs +++ b/OpenSim/Region/Environment/Modules/World/Land/LandChannel.cs | |||
@@ -95,7 +95,6 @@ namespace OpenSim.Region.Environment.Modules.World.Land | |||
95 | 95 | ||
96 | public ILandObject GetLandObject(int x, int y) | 96 | public ILandObject GetLandObject(int x, int y) |
97 | { | 97 | { |
98 | |||
99 | if (m_landManagementModule != null) | 98 | if (m_landManagementModule != null) |
100 | { | 99 | { |
101 | return m_landManagementModule.GetLandObject(x, y); | 100 | return m_landManagementModule.GetLandObject(x, y); |
@@ -185,6 +184,5 @@ namespace OpenSim.Region.Environment.Modules.World.Land | |||
185 | } | 184 | } |
186 | 185 | ||
187 | #endregion | 186 | #endregion |
188 | |||
189 | } | 187 | } |
190 | } | 188 | } |