From d0dfa721f2b906771ee9dacfe834909cd27e96fc Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 29 Oct 2014 06:56:54 +0000 Subject: [PATCH] change last commit, need to send to Xbakes or changes will not be detected --- .../CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs index 97b540ac37..1d2fd4e8bd 100644 --- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs @@ -452,7 +452,8 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory foreach (UUID id in missing) sp.ControllingClient.SendRebakeAvatarTextures(id); } - else if (validDirtyBakes > 0 && hits == cacheItems.Length) + + if (validDirtyBakes > 0 && hits == cacheItems.Length) { // if we got a full set of baked textures save all in BakedTextureModule if (m_BakedTextureModule != null)