mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
*Renamed GridCommsManager to CommunicationsOGS1 to match CommunicationsLocal -- its sandbox mode counterpart
This commit is contained in:
@@ -118,7 +118,7 @@ namespace OpenSim
|
||||
else
|
||||
{
|
||||
this.SetupRemoteGridServers();
|
||||
this.commsManager = new GridCommsManager(this.serversData);
|
||||
this.commsManager = new CommunicationsOGS1(this.serversData);
|
||||
}
|
||||
|
||||
startuptime = DateTime.Now;
|
||||
|
||||
Reference in New Issue
Block a user