aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs b/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs
index 8358bc0..c68ed6b 100644
--- a/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs
+++ b/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs
@@ -472,8 +472,8 @@ namespace OpenSim.Region.CoreModules.Scripting.WorldComm
472 472
473 if (coll.Count > 0) 473 if (coll.Count > 0)
474 { 474 {
475 // special case, called with same filter settings, return same handle 475 // special case, called with same filter settings, return same
476 // (2008-05-02, tested on 1.21.1 server, still holds) 476 // handle (2008-05-02, tested on 1.21.1 server, still holds)
477 return coll[0].GetHandle(); 477 return coll[0].GetHandle();
478 } 478 }
479 479
@@ -712,7 +712,7 @@ namespace OpenSim.Region.CoreModules.Scripting.WorldComm
712 } 712 }
713 } 713 }
714 714
715 public class ListenerInfo: IWorldCommListenerInfo 715 public class ListenerInfo : IWorldCommListenerInfo
716 { 716 {
717 private bool m_active; // Listener is active or not 717 private bool m_active; // Listener is active or not
718 private int m_handle; // Assigned handle of this listener 718 private int m_handle; // Assigned handle of this listener