aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Null/NullDataStore.cs
diff options
context:
space:
mode:
authorunknown2009-12-09 01:34:26 +0100
committerunknown2009-12-09 01:34:26 +0100
commite3f229225c5a1506090bfcffcce6d423a566f1fe (patch)
tree8890b3404d3ca2045e6bb6ceb433069b60d77de0 /OpenSim/Data/Null/NullDataStore.cs
parentMerge branch 'careminster' into windlight (diff)
downloadopensim-SC_OLD-e3f229225c5a1506090bfcffcce6d423a566f1fe.zip
opensim-SC_OLD-e3f229225c5a1506090bfcffcce6d423a566f1fe.tar.gz
opensim-SC_OLD-e3f229225c5a1506090bfcffcce6d423a566f1fe.tar.bz2
opensim-SC_OLD-e3f229225c5a1506090bfcffcce6d423a566f1fe.tar.xz
Enable scripting interface for windlight
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/Null/NullDataStore.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Data/Null/NullDataStore.cs b/OpenSim/Data/Null/NullDataStore.cs
index 39ca8f9..4b6d0f3 100644
--- a/OpenSim/Data/Null/NullDataStore.cs
+++ b/OpenSim/Data/Null/NullDataStore.cs
@@ -56,6 +56,10 @@ namespace OpenSim.Data.Null
56 //Return default LL windlight settings 56 //Return default LL windlight settings
57 return new RegionMeta7WindlightData(); 57 return new RegionMeta7WindlightData();
58 } 58 }
59 public void StoreRegionWindlightSettings(RegionMeta7WindlightData wl)
60 {
61 //This connector doesn't support the windlight module yet
62 }
59 public RegionSettings LoadRegionSettings(UUID regionUUID) 63 public RegionSettings LoadRegionSettings(UUID regionUUID)
60 { 64 {
61 return null; 65 return null;