diff options
Diffstat (limited to 'OpenSim/Grid/AssetServer/Main.cs')
-rw-r--r-- | OpenSim/Grid/AssetServer/Main.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/AssetServer/Main.cs b/OpenSim/Grid/AssetServer/Main.cs index aa34e38..c4e8e64 100644 --- a/OpenSim/Grid/AssetServer/Main.cs +++ b/OpenSim/Grid/AssetServer/Main.cs | |||
@@ -206,7 +206,7 @@ namespace OpenSim.Grid.AssetServer | |||
206 | 206 | ||
207 | for (int i = 0; i < source.Configs.Count; i++) | 207 | for (int i = 0; i < source.Configs.Count; i++) |
208 | { | 208 | { |
209 | string assetIdStr = source.Configs[i].GetString("assetID", LLUUID.Random().ToStringHyphenated()); | 209 | string assetIdStr = source.Configs[i].GetString("assetID", LLUUID.Random().ToString()); |
210 | string name = source.Configs[i].GetString("name", ""); | 210 | string name = source.Configs[i].GetString("name", ""); |
211 | sbyte type = (sbyte) source.Configs[i].GetInt("assetType", 0); | 211 | sbyte type = (sbyte) source.Configs[i].GetInt("assetType", 0); |
212 | sbyte invType = (sbyte) source.Configs[i].GetInt("inventoryType", 0); | 212 | sbyte invType = (sbyte) source.Configs[i].GetInt("inventoryType", 0); |