mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* 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:
@@ -15,6 +15,7 @@
|
||||
GridServices = "RemoteGridServicesConnector"
|
||||
NeighbourServiceInConnector = true
|
||||
LandServiceInConnector = true
|
||||
LLProxyLoginModule = true
|
||||
|
||||
[GridService]
|
||||
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
NeighbourServiceInConnector = true
|
||||
LandServiceInConnector = true
|
||||
HypergridServiceInConnector = true
|
||||
LLProxyLoginModule = true
|
||||
|
||||
[AssetService]
|
||||
LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
|
||||
|
||||
Reference in New Issue
Block a user