aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces/ILandChannel.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-19 20:13:51 +0000
committerJustin Clarke Casey2008-11-19 20:13:51 +0000
commit14f3ac144060491761a57137b99173e65252d806 (patch)
treeb958133886407fbd551376671a56f8d757c49579 /OpenSim/Region/Environment/Interfaces/ILandChannel.cs
parentGuard against a strange nullref in ODE (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Region/Environment/Interfaces/ILandChannel.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/ILandChannel.cs b/OpenSim/Region/Environment/Interfaces/ILandChannel.cs
index 7da4d3c..a8a58ef 100644
--- a/OpenSim/Region/Environment/Interfaces/ILandChannel.cs
+++ b/OpenSim/Region/Environment/Interfaces/ILandChannel.cs
@@ -34,7 +34,6 @@ namespace OpenSim.Region.Environment.Interfaces
34{ 34{
35 public interface ILandChannel 35 public interface ILandChannel
36 { 36 {
37
38 List<ILandObject> ParcelsNearPoint(Vector3 position); 37 List<ILandObject> ParcelsNearPoint(Vector3 position);
39 List<ILandObject> AllParcels(); 38 List<ILandObject> AllParcels();
40 ILandObject GetLandObject(int x, int y); 39 ILandObject GetLandObject(int x, int y);