diff options
author | Melanie | 2010-03-30 23:29:03 +0100 |
---|---|---|
committer | Melanie | 2010-03-30 23:29:03 +0100 |
commit | 7d917e7c5c599549d2a87451fe3d6ca2bf6e62a4 (patch) | |
tree | 4fbeba0476276a867859d257d369689385d2b54c /OpenSim/Data/SQLite/SQLiteRegionData.cs | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
download | opensim-SC-7d917e7c5c599549d2a87451fe3d6ca2bf6e62a4.zip opensim-SC-7d917e7c5c599549d2a87451fe3d6ca2bf6e62a4.tar.gz opensim-SC-7d917e7c5c599549d2a87451fe3d6ca2bf6e62a4.tar.bz2 opensim-SC-7d917e7c5c599549d2a87451fe3d6ca2bf6e62a4.tar.xz |
Rename Meta7Windlight to LightShare
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteRegionData.cs')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteRegionData.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteRegionData.cs b/OpenSim/Data/SQLite/SQLiteRegionData.cs index 81c0703..d2ba9ae 100644 --- a/OpenSim/Data/SQLite/SQLiteRegionData.cs +++ b/OpenSim/Data/SQLite/SQLiteRegionData.cs | |||
@@ -272,13 +272,13 @@ namespace OpenSim.Data.SQLite | |||
272 | Commit(); | 272 | Commit(); |
273 | } | 273 | } |
274 | } | 274 | } |
275 | public RegionMeta7WindlightData LoadRegionWindlightSettings(UUID regionUUID) | 275 | public RegionLightShareData LoadRegionWindlightSettings(UUID regionUUID) |
276 | { | 276 | { |
277 | //This connector doesn't support the windlight module yet | 277 | //This connector doesn't support the windlight module yet |
278 | //Return default LL windlight settings | 278 | //Return default LL windlight settings |
279 | return new RegionMeta7WindlightData(); | 279 | return new RegionLightShareData(); |
280 | } | 280 | } |
281 | public void StoreRegionWindlightSettings(RegionMeta7WindlightData wl) | 281 | public void StoreRegionWindlightSettings(RegionLightShareData wl) |
282 | { | 282 | { |
283 | //This connector doesn't support the windlight module yet | 283 | //This connector doesn't support the windlight module yet |
284 | } | 284 | } |