diff options
Just for Cfk!
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Environment/Modules/AvatarFactoryModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/AvatarFactoryModule.cs b/OpenSim/Region/Environment/Modules/AvatarFactoryModule.cs index c33fdcd..7adfdc2 100644 --- a/OpenSim/Region/Environment/Modules/AvatarFactoryModule.cs +++ b/OpenSim/Region/Environment/Modules/AvatarFactoryModule.cs | |||
@@ -88,7 +88,7 @@ namespace OpenSim.Region.Environment.Modules | |||
88 | if (baseItem != null) | 88 | if (baseItem != null) |
89 | { | 89 | { |
90 | assetId = baseItem.assetID; | 90 | assetId = baseItem.assetID; |
91 | //Tempoaray dictionary storage. This is be storing to a database | 91 | //temporary dictionary storage. This should be storing to a database |
92 | if (m_avatarsClothes.ContainsKey(clientView.AgentId)) | 92 | if (m_avatarsClothes.ContainsKey(clientView.AgentId)) |
93 | { | 93 | { |
94 | AvatarAppearance avWearing = m_avatarsClothes[clientView.AgentId]; | 94 | AvatarAppearance avWearing = m_avatarsClothes[clientView.AgentId]; |