send event message WindlightRefresh for all viewers
parent
833ae02121
commit
24a0f0f6da
|
@ -251,20 +251,15 @@ namespace OpenSim.Region.CoreModules.World.LightShare
|
||||||
if(!client.IsActive)
|
if(!client.IsActive)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
uint vflags = client.GetViewerCaps();
|
m_eventQueue.WindlightRefreshEvent(interpolate, client.AgentId);
|
||||||
|
/*
|
||||||
if ((vflags & 0x8000) != 0)
|
|
||||||
m_estateModule.HandleRegionInfoRequest(client);
|
|
||||||
|
|
||||||
else if ((vflags & 0x4000) != 0)
|
|
||||||
m_eventQueue.WindlightRefreshEvent(interpolate, client.AgentId);
|
|
||||||
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if(ls == null)
|
if(ls == null)
|
||||||
ls = MakeLightShareData();
|
ls = MakeLightShareData();
|
||||||
SendLightShare(client, ls);
|
SendLightShare(client, ls);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue