mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -150,7 +150,7 @@ namespace OpenSim.Server.Handlers.Neighbour
|
||||
|
||||
// Finally!
|
||||
GridRegion thisRegion = m_NeighbourService.HelloNeighbour(regionhandle, aRegion);
|
||||
|
||||
|
||||
OSDMap resp = new OSDMap(1);
|
||||
|
||||
if (thisRegion != null)
|
||||
|
||||
@@ -55,7 +55,7 @@ namespace OpenSim.Server.Handlers.Neighbour
|
||||
m_log.Error("[NEIGHBOUR IN CONNECTOR]: neighbour service was not provided");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
//bool authentication = neighbourConfig.GetBoolean("RequireAuthentication", false);
|
||||
//if (authentication)
|
||||
// m_AuthenticationService = scene.RequestModuleInterface<IAuthenticationService>();
|
||||
|
||||
Reference in New Issue
Block a user