mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user