Add missing HGInventoryService responsible for creating My Suitcase to StandaloneHypergrid.ini

This commit is contained in:
Roger Kirkman
2014-09-26 21:21:01 +01:00
committed by Justin Clark-Casey (justincc)
parent 23a0946e36
commit 36a1f1c70c

View File

@@ -135,6 +135,10 @@
AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
; This inventory service will be used to initialize the user's inventory
HGInventoryServicePlugin = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService"
HGInventoryServiceConstructorArg = "HGInventoryService"
[MapImageService]
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"