* Changed logic of enabling LLProxyLoginModule to follow the new style -- true/false on the name, rather than gridmode=true.

* Better error messages on Add/Remove clients.
This commit is contained in:
Diva Canto
2009-10-11 10:23:16 -07:00
parent 7b4183d7a0
commit 36dcfd2b80
4 changed files with 8 additions and 4 deletions

View File

@@ -15,6 +15,7 @@
GridServices = "RemoteGridServicesConnector"
NeighbourServiceInConnector = true
LandServiceInConnector = true
LLProxyLoginModule = true
[GridService]
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"

View File

@@ -18,6 +18,7 @@
NeighbourServiceInConnector = true
LandServiceInConnector = true
HypergridServiceInConnector = true
LLProxyLoginModule = true
[AssetService]
LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"