Don't store the default WL profile. This will prevent "valid" from being
set on the default profile and hopefully finally fix day and nightavinationmerge
parent
d2fc23c034
commit
30482e7ae5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue