aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-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