aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLSimulationData.cs
diff options
context:
space:
mode:
authorMelanie2011-07-05 03:11:56 +0200
committerMelanie2011-07-05 03:11:56 +0200
commit30482e7ae5ced953a7fe73fe4f6df3b09f943f4a (patch)
tree70b78a7371da307f2872c473c988314e1dc6d83f /OpenSim/Data/MySQL/MySQLSimulationData.cs
parentStop displaying "Sending windowslig profile to client" when WL is disabled (diff)
downloadopensim-SC_OLD-30482e7ae5ced953a7fe73fe4f6df3b09f943f4a.zip
opensim-SC_OLD-30482e7ae5ced953a7fe73fe4f6df3b09f943f4a.tar.gz
opensim-SC_OLD-30482e7ae5ced953a7fe73fe4f6df3b09f943f4a.tar.bz2
opensim-SC_OLD-30482e7ae5ced953a7fe73fe4f6df3b09f943f4a.tar.xz
Don't store the default WL profile. This will prevent "valid" from being
set on the default profile and hopefully finally fix day and night
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLSimulationData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLSimulationData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLSimulationData.cs b/OpenSim/Data/MySQL/MySQLSimulationData.cs
index 0754ca8..cdaf5b7 100644
--- a/OpenSim/Data/MySQL/MySQLSimulationData.cs
+++ b/OpenSim/Data/MySQL/MySQLSimulationData.cs
@@ -753,7 +753,7 @@ namespace OpenSim.Data.MySQL
753 { 753 {
754 //No result, so store our default windlight profile and return it 754 //No result, so store our default windlight profile and return it
755 nWP.regionID = regionUUID; 755 nWP.regionID = regionUUID;
756 StoreRegionWindlightSettings(nWP); 756 // StoreRegionWindlightSettings(nWP);
757 return nWP; 757 return nWP;
758 } 758 }
759 else 759 else