diff options
author | Melanie | 2011-07-05 03:11:56 +0200 |
---|---|---|
committer | Melanie | 2011-07-05 03:11:56 +0200 |
commit | 30482e7ae5ced953a7fe73fe4f6df3b09f943f4a (patch) | |
tree | 70b78a7371da307f2872c473c988314e1dc6d83f | |
parent | Stop displaying "Sending windowslig profile to client" when WL is disabled (diff) | |
download | opensim-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
-rw-r--r-- | OpenSim/Data/MySQL/MySQLSimulationData.cs | 2 |
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 |