mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user