diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 2bc3f8c..d13b3ab 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -603,8 +603,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
603 | /// </summary> | 603 | /// </summary> |
604 | public void RegisterRegionWithComms() | 604 | public void RegisterRegionWithComms() |
605 | { | 605 | { |
606 | GridInfo gridSettings = new GridInfo(); | 606 | |
607 | this.regionCommsHost = this.commsManager.GridServer.RegisterRegion(this.m_regInfo, gridSettings); | 607 | this.regionCommsHost = this.commsManager.GridServer.RegisterRegion(this.m_regInfo); |
608 | if (this.regionCommsHost != null) | 608 | if (this.regionCommsHost != null) |
609 | { | 609 | { |
610 | this.regionCommsHost.OnExpectUser += this.NewUserConnection; | 610 | this.regionCommsHost.OnExpectUser += this.NewUserConnection; |