Just for Cfk!

afrisby
MW 2007-12-02 21:44:14 +00:00
parent ac77c32453
commit 555afddbad
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ namespace OpenSim.Region.Environment.Modules
if (baseItem != null) if (baseItem != null)
{ {
assetId = baseItem.assetID; assetId = baseItem.assetID;
//Tempoaray dictionary storage. This is be storing to a database //temporary dictionary storage. This should be storing to a database
if (m_avatarsClothes.ContainsKey(clientView.AgentId)) if (m_avatarsClothes.ContainsKey(clientView.AgentId))
{ {
AvatarAppearance avWearing = m_avatarsClothes[clientView.AgentId]; AvatarAppearance avWearing = m_avatarsClothes[clientView.AgentId];