mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Stop displaying "Sending windowslig profile to client" when WL is disabled
or there is no valid WL for that region.
This commit is contained in:
@@ -181,7 +181,8 @@ namespace OpenSim.Region.CoreModules.World.LightShare
|
||||
}
|
||||
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);
|
||||
}
|
||||
private void EventManager_OnSendNewWindlightProfileTargeted(RegionLightShareData wl, UUID pUUID)
|
||||
|
||||
Reference in New Issue
Block a user