mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Kill little green men on minimap if the avatar logs off.
This commit is contained in:
@@ -823,6 +823,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
ForEachScenePresence(
|
||||
delegate(ScenePresence presence)
|
||||
{
|
||||
presence.CoarseLocationChange(avatar);
|
||||
presence.ControllingClient.SendKillObject(avatar.RegionHandle, avatar.LocalId);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user