diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs index 643361a..bfa27c3 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs | |||
@@ -74,7 +74,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
74 | internal static IInventoryServices InventoryServices = null; | 74 | internal static IInventoryServices InventoryServices = null; |
75 | internal static IUserService UserServices = null; | 75 | internal static IUserService UserServices = null; |
76 | internal static IAvatarService AvatarServices = null; | 76 | internal static IAvatarService AvatarServices = null; |
77 | internal static AssetCache AssetServices = null; | 77 | internal static IAssetCache AssetServices = null; |
78 | internal static string Prefix = null; | 78 | internal static string Prefix = null; |
79 | internal static IConfig Config = null; | 79 | internal static IConfig Config = null; |
80 | internal static string GodKey = null; | 80 | internal static string GodKey = null; |