persist script changes to mediaURL and musicURL ( heavy thing )
parent
f117a86c87
commit
c704b079d8
|
@ -1244,6 +1244,7 @@ namespace OpenSim.Region.CoreModules.World.Land
|
|||
public void SetMediaUrl(string url)
|
||||
{
|
||||
LandData.MediaURL = url;
|
||||
m_scene.LandChannel.UpdateLandObject(LandData.LocalID, LandData);
|
||||
SendLandUpdateToAvatarsOverMe();
|
||||
}
|
||||
|
||||
|
@ -1254,6 +1255,7 @@ namespace OpenSim.Region.CoreModules.World.Land
|
|||
public void SetMusicUrl(string url)
|
||||
{
|
||||
LandData.MusicURL = url;
|
||||
m_scene.LandChannel.UpdateLandObject(LandData.LocalID, LandData);
|
||||
SendLandUpdateToAvatarsOverMe();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue