diff options
author | Master ScienceSim | 2010-10-25 14:11:47 -0700 |
---|---|---|
committer | Master ScienceSim | 2010-10-25 14:11:47 -0700 |
commit | 6e58c3d563b50c5797d1cfffbaec3fe82f18c2ea (patch) | |
tree | 56be5d0a766ee1449ef37f169bdbd421cd9218ac /OpenSim/Region/CoreModules | |
parent | Intermediate commit for backward compatability; does not compile yet (diff) | |
download | opensim-SC_OLD-6e58c3d563b50c5797d1cfffbaec3fe82f18c2ea.zip opensim-SC_OLD-6e58c3d563b50c5797d1cfffbaec3fe82f18c2ea.tar.gz opensim-SC_OLD-6e58c3d563b50c5797d1cfffbaec3fe82f18c2ea.tar.bz2 opensim-SC_OLD-6e58c3d563b50c5797d1cfffbaec3fe82f18c2ea.tar.xz |
Half of the compatibility is working. Login into a new region with
old data works. Teleport out of a new region with old data works.
Teleport into a new region with old data does not trigger the
necessary rebake.
Diffstat (limited to 'OpenSim/Region/CoreModules')
-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 9f7ff7f..b74cdc9 100644 --- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | |||
@@ -136,7 +136,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory | |||
136 | { | 136 | { |
137 | if (m_scene.AssetService.Get(face.TextureID.ToString()) == null) | 137 | if (m_scene.AssetService.Get(face.TextureID.ToString()) == null) |
138 | { | 138 | { |
139 | m_log.WarnFormat("[AVFACTORY]: Missing baked texture {0} ({1}) for avatar {2}",face.TextureID,j,this.Name); | 139 | m_log.WarnFormat("[AVFACTORY]: Missing baked texture {0} ({1}) for avatar {2}",face.TextureID,j,client.Name); |
140 | client.SendRebakeAvatarTextures(face.TextureID); | 140 | client.SendRebakeAvatarTextures(face.TextureID); |
141 | } | 141 | } |
142 | } | 142 | } |