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
avinationmerge
Melanie 2011-07-05 03:11:56 +02:00
parent d2fc23c034
commit 30482e7ae5
1 changed files with 1 additions and 1 deletions

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