Actually send the avatar data if an individual avatar is specified, rather than accidentally doing nothing
parent
5d4fee6eb9
commit
cd132966df
|
@ -139,6 +139,8 @@ namespace OpenSim.Region.OptionalModules.Avatar.Appearance
|
||||||
MainConsole.Instance.OutputFormat(
|
MainConsole.Instance.OutputFormat(
|
||||||
"Sending appearance information for {0} to all other avatars in {1}",
|
"Sending appearance information for {0} to all other avatars in {1}",
|
||||||
sp.Name, scene.RegionInfo.RegionName);
|
sp.Name, scene.RegionInfo.RegionName);
|
||||||
|
|
||||||
|
scene.AvatarFactory.SendAppearance(sp.UUID);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue