aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Null
diff options
context:
space:
mode:
authorubit2012-06-08 14:55:17 +0200
committerubit2012-06-08 14:55:17 +0200
commite7731961a8739d25da5b1f942148785b61ebdbd3 (patch)
tree7e0c57549ce1a703e44c0c1e367c35ab77ca8940 /OpenSim/Data/Null
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parentReplace the stock libomv with our home grown 0.9.1 with the texture bug fixed. (diff)
downloadopensim-SC_OLD-e7731961a8739d25da5b1f942148785b61ebdbd3.zip
opensim-SC_OLD-e7731961a8739d25da5b1f942148785b61ebdbd3.tar.gz
opensim-SC_OLD-e7731961a8739d25da5b1f942148785b61ebdbd3.tar.bz2
opensim-SC_OLD-e7731961a8739d25da5b1f942148785b61ebdbd3.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/Null/NullSimulationData.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/Null/NullSimulationData.cs b/OpenSim/Data/Null/NullSimulationData.cs
index b788976..24b4511 100644
--- a/OpenSim/Data/Null/NullSimulationData.cs
+++ b/OpenSim/Data/Null/NullSimulationData.cs
@@ -133,5 +133,10 @@ namespace OpenSim.Data.Null
133 public void Shutdown() 133 public void Shutdown()
134 { 134 {
135 } 135 }
136
137 public UUID[] GetObjectIDs(UUID regionID)
138 {
139 return new UUID[0];
140 }
136 } 141 }
137} 142}