diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSimMain.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 6e600b8..a5150e6 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -118,7 +118,7 @@ namespace OpenSim | |||
118 | else | 118 | else |
119 | { | 119 | { |
120 | this.SetupRemoteGridServers(); | 120 | this.SetupRemoteGridServers(); |
121 | this.commsManager = new GridCommsManager(this.serversData); | 121 | this.commsManager = new CommunicationsOGS1(this.serversData); |
122 | } | 122 | } |
123 | 123 | ||
124 | startuptime = DateTime.Now; | 124 | startuptime = DateTime.Now; |