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
This commit is contained in:
Melanie
2011-07-05 03:11:56 +02:00
parent d2fc23c034
commit 30482e7ae5

View File

@@ -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