Just for Cfk!

This commit is contained in:
MW
2007-12-02 21:44:14 +00:00
parent ac77c32453
commit 555afddbad

View File

@@ -88,7 +88,7 @@ namespace OpenSim.Region.Environment.Modules
if (baseItem != null)
{
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))
{
AvatarAppearance avWearing = m_avatarsClothes[clientView.AgentId];