* Added missing loggout notification to home grid upon agents logging out in foreign grids.

* Added missing config in StandaloneHypergrid.ini
This commit is contained in:
Diva Canto
2010-05-08 12:21:17 -07:00
parent d72769930a
commit c1fe07b022
3 changed files with 15 additions and 0 deletions

View File

@@ -77,6 +77,9 @@
GridService = "OpenSim.Services.GridService.dll:GridService"
InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
[GridUserService]
LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService"
[FriendsService]
LocalServiceModule = "OpenSim.Services.FriendsService.dll"
ConnectionString = "URI=file:friends.db,version=3"