Stop displaying "Sending windowslig profile to client" when WL is disabled
or there is no valid WL for that region.avinationmerge
parent
1b7fec0842
commit
d2fc23c034
|
@ -181,7 +181,8 @@ namespace OpenSim.Region.CoreModules.World.LightShare
|
||||||
}
|
}
|
||||||
private void EventManager_OnMakeRootAgent(ScenePresence presence)
|
private void EventManager_OnMakeRootAgent(ScenePresence presence)
|
||||||
{
|
{
|
||||||
m_log.Debug("[WINDLIGHT]: Sending windlight scene to new client");
|
if (m_enableWindlight && m_scene.RegionInfo.WindlightSettings.valid)
|
||||||
|
m_log.Debug("[WINDLIGHT]: Sending windlight scene to new client");
|
||||||
SendProfileToClient(presence);
|
SendProfileToClient(presence);
|
||||||
}
|
}
|
||||||
private void EventManager_OnSendNewWindlightProfileTargeted(RegionLightShareData wl, UUID pUUID)
|
private void EventManager_OnSendNewWindlightProfileTargeted(RegionLightShareData wl, UUID pUUID)
|
||||||
|
|
Loading…
Reference in New Issue