diff options
author | diva | 2009-06-14 23:00:23 +0000 |
---|---|---|
committer | diva | 2009-06-14 23:00:23 +0000 |
commit | 380f59d0ffc3a1ec8cc20972b2475faf76f341fb (patch) | |
tree | 0ead6998ce29f9c885f6a943ee95f69a8f1f910f /bin/config-include/Grid.ini | |
parent | Formatting cleanup. (diff) | |
download | opensim-SC_OLD-380f59d0ffc3a1ec8cc20972b2475faf76f341fb.zip opensim-SC_OLD-380f59d0ffc3a1ec8cc20972b2475faf76f341fb.tar.gz opensim-SC_OLD-380f59d0ffc3a1ec8cc20972b2475faf76f341fb.tar.bz2 opensim-SC_OLD-380f59d0ffc3a1ec8cc20972b2475faf76f341fb.tar.xz |
Factoring out "land_data" / RequestLandData that was hanging off of IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.
Diffstat (limited to 'bin/config-include/Grid.ini')
-rw-r--r-- | bin/config-include/Grid.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index f9ded41..3b8f3a9 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -12,4 +12,4 @@ | |||
12 | InventoryServices = "RemoteInventoryServicesConnector" | 12 | InventoryServices = "RemoteInventoryServicesConnector" |
13 | NeighbourServices = "RemoteNeighbourServicesConnector" | 13 | NeighbourServices = "RemoteNeighbourServicesConnector" |
14 | NeighbourServiceInConnector = true | 14 | NeighbourServiceInConnector = true |
15 | 15 | LandServiceInConnector = true | |