Kill little green men on minimap if the avatar logs off.

afrisby
Dalien Talbot 2007-09-11 15:11:10 +00:00
parent 3a1ddca8a1
commit 7fd639a19e
1 changed files with 1 additions and 0 deletions

View File

@ -823,6 +823,7 @@ namespace OpenSim.Region.Environment.Scenes
ForEachScenePresence(
delegate(ScenePresence presence)
{
presence.CoarseLocationChange(avatar);
presence.ControllingClient.SendKillObject(avatar.RegionHandle, avatar.LocalId);
});