diff options
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs b/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs index e7ce957..dd3f75d 100644 --- a/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs +++ b/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs | |||
@@ -5,6 +5,6 @@ namespace OpenSim.Region.Environment.Interfaces | |||
5 | { | 5 | { |
6 | public interface IAvatarFactory : IRegionModule | 6 | public interface IAvatarFactory : IRegionModule |
7 | { | 7 | { |
8 | bool TryGetIntialAvatarAppearance(LLUUID avatarId, out AvatarWearable[] wearables, out byte[] visualParams); | 8 | bool TryGetInitialAvatarAppearance(LLUUID avatarId, out AvatarWearable[] wearables, out byte[] visualParams); |
9 | } | 9 | } |
10 | } \ No newline at end of file | 10 | } \ No newline at end of file |