diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs index 330ed56..d5f271d 100644 --- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | |||
@@ -557,9 +557,10 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory | |||
557 | 557 | ||
558 | // this should be removed | 558 | // this should be removed |
559 | if (face.TextureID != UUID.Zero && face.TextureID != AppearanceManager.DEFAULT_AVATAR_TEXTURE) | 559 | if (face.TextureID != UUID.Zero && face.TextureID != AppearanceManager.DEFAULT_AVATAR_TEXTURE) |
560 | { | ||
560 | defonly = false; // found a non-default texture reference | 561 | defonly = false; // found a non-default texture reference |
561 | else | ||
562 | hits++; | 562 | hits++; |
563 | } | ||
563 | continue; | 564 | continue; |
564 | } | 565 | } |
565 | else | 566 | else |