diff options
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs index 19bf381..21fcf92 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs | |||
@@ -58,6 +58,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
58 | internal static CommunicationsManager Comms = null; | 58 | internal static CommunicationsManager Comms = null; |
59 | internal static IInventoryServices InventoryServices = null; | 59 | internal static IInventoryServices InventoryServices = null; |
60 | internal static IUserService UserServices = null; | 60 | internal static IUserService UserServices = null; |
61 | internal static IAvatarService AvatarServices = null; | ||
61 | internal static AssetCache AssetServices = null; | 62 | internal static AssetCache AssetServices = null; |
62 | internal static string Prefix = null; | 63 | internal static string Prefix = null; |
63 | internal static IConfig Config = null; | 64 | internal static IConfig Config = null; |