Step 2: commit the IEstateModuleInterface changes needed
parent
4c83b5e719
commit
5d5edde429
|
@ -45,6 +45,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||||
/// Tell all clients about the current state of the region (terrain textures, water height, etc.).
|
/// Tell all clients about the current state of the region (terrain textures, water height, etc.).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
void sendRegionHandshakeToAll();
|
void sendRegionHandshakeToAll();
|
||||||
|
void TriggerEstateInfoChange();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Fires the OnRegionInfoChange event.
|
/// Fires the OnRegionInfoChange event.
|
||||||
|
|
Loading…
Reference in New Issue