From 30482e7ae5ced953a7fe73fe4f6df3b09f943f4a Mon Sep 17 00:00:00 2001 From: Melanie Date: Tue, 5 Jul 2011 03:11:56 +0200 Subject: [PATCH] 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 --- OpenSim/Data/MySQL/MySQLSimulationData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Data/MySQL/MySQLSimulationData.cs b/OpenSim/Data/MySQL/MySQLSimulationData.cs index 0754ca8a75..cdaf5b7359 100644 --- a/OpenSim/Data/MySQL/MySQLSimulationData.cs +++ b/OpenSim/Data/MySQL/MySQLSimulationData.cs @@ -753,7 +753,7 @@ namespace OpenSim.Data.MySQL { //No result, so store our default windlight profile and return it nWP.regionID = regionUUID; - StoreRegionWindlightSettings(nWP); + // StoreRegionWindlightSettings(nWP); return nWP; } else