aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces/IEstateModule.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Interfaces/IEstateModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IEstateModule.cs b/OpenSim/Region/Environment/Interfaces/IEstateModule.cs
index 8e393bb..d84af20 100644
--- a/OpenSim/Region/Environment/Interfaces/IEstateModule.cs
+++ b/OpenSim/Region/Environment/Interfaces/IEstateModule.cs
@@ -37,7 +37,7 @@ namespace OpenSim.Region.Environment.Interfaces
37 bool IsManager(UUID avatarID); 37 bool IsManager(UUID avatarID);
38 38
39 /// <summary> 39 /// <summary>
40 /// Tell all clients about the current state of the region (terrain textures, water height, etc.) 40 /// Tell all clients about the current state of the region (terrain textures, water height, etc.).
41 /// </summary> 41 /// </summary>
42 void sendRegionHandshakeToAll(); 42 void sendRegionHandshakeToAll();
43 } 43 }