diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs index a1b17d4..43e03c9 100644 --- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | |||
@@ -545,7 +545,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory | |||
545 | // so make grid cache be mandatory | 545 | // so make grid cache be mandatory |
546 | if (gotbacked) | 546 | if (gotbacked) |
547 | { | 547 | { |
548 | m_log.Debug("[ValidateBakedCache] bakedModule cache override"); | 548 | // m_log.Debug("[ValidateBakedCache] bakedModule cache override"); |
549 | 549 | ||
550 | sp.Appearance.Texture.FaceTextures[idx].TextureID = wearableCache[idx].TextureID; | 550 | sp.Appearance.Texture.FaceTextures[idx].TextureID = wearableCache[idx].TextureID; |
551 | face = sp.Appearance.Texture.FaceTextures[idx]; | 551 | face = sp.Appearance.Texture.FaceTextures[idx]; |