diff options
author | UbitUmarov | 2017-05-31 01:29:38 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-31 01:29:38 +0100 |
commit | e5991124dda62bd5bc4bce2cc5b2241ea2ef65f0 (patch) | |
tree | 9a287d411237354981e3ef71c258572e431fe859 /bin/config-include/GridHypergrid.ini | |
parent | remove anoying crossing messages on open borders (diff) | |
download | opensim-SC-e5991124dda62bd5bc4bce2cc5b2241ea2ef65f0.zip opensim-SC-e5991124dda62bd5bc4bce2cc5b2241ea2ef65f0.tar.gz opensim-SC-e5991124dda62bd5bc4bce2cc5b2241ea2ef65f0.tar.bz2 opensim-SC-e5991124dda62bd5bc4bce2cc5b2241ea2ef65f0.tar.xz |
merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector in single NeighbourServicesOutConnector
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index f5f4c87..68f2eb1 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -15,7 +15,7 @@ | |||
15 | InventoryServices = "HGInventoryBroker" | 15 | InventoryServices = "HGInventoryBroker" |
16 | GridServices = "RemoteGridServicesConnector" | 16 | GridServices = "RemoteGridServicesConnector" |
17 | AvatarServices = "RemoteAvatarServicesConnector" | 17 | AvatarServices = "RemoteAvatarServicesConnector" |
18 | NeighbourServices = "RemoteNeighbourServicesConnector" | 18 | NeighbourServices = "NeighbourServicesOutConnector" |
19 | AuthenticationServices = "RemoteAuthenticationServicesConnector" | 19 | AuthenticationServices = "RemoteAuthenticationServicesConnector" |
20 | AuthorizationServices = "LocalAuthorizationServicesConnector" | 20 | AuthorizationServices = "LocalAuthorizationServicesConnector" |
21 | PresenceServices = "RemotePresenceServicesConnector" | 21 | PresenceServices = "RemotePresenceServicesConnector" |