mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Actually send the avatar data if an individual avatar is specified, rather than accidentally doing nothing
This commit is contained in:
@@ -139,6 +139,8 @@ namespace OpenSim.Region.OptionalModules.Avatar.Appearance
|
||||
MainConsole.Instance.OutputFormat(
|
||||
"Sending appearance information for {0} to all other avatars in {1}",
|
||||
sp.Name, scene.RegionInfo.RegionName);
|
||||
|
||||
scene.AvatarFactory.SendAppearance(sp.UUID);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user