Fixed more appearance woes that showed up using remote connectors. Appearance is now being passed with AgentCircuitData, as it should be.

This commit is contained in:
Diva Canto
2010-01-12 09:22:58 -08:00
parent 77e43f4801
commit 66920a9047
12 changed files with 102 additions and 33 deletions

View File

@@ -123,7 +123,7 @@ namespace OpenSim.Services.Interfaces
if (_kvp.Value != null)
result[_kvp.Key] = _kvp.Value;
}
return null;
return result;
}
public AvatarData(AvatarAppearance appearance)