mirror of
https://github.com/opensim/opensim.git
synced 2026-07-12 17:15:41 +08:00
Second part of invisible base avatar option
This commit is contained in:
@@ -5142,7 +5142,12 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
acceleration = Vector3.Zero;
|
||||
|
||||
if (sendTexture)
|
||||
textureEntry = presence.Appearance.Texture.GetBytes();
|
||||
{
|
||||
if (presence.Invisible)
|
||||
textureEntry = AvatarAppearance.Invisible.GetBytes();
|
||||
else
|
||||
textureEntry = presence.Appearance.Texture.GetBytes();
|
||||
}
|
||||
else
|
||||
textureEntry = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user