From 9ec87a847edc88339bb4f2fed1462a4dbc3992a6 Mon Sep 17 00:00:00 2001 From: gareth Date: Sun, 13 May 2007 19:46:09 +0000 Subject: bla --- ExportBot/Commands/CloneProfileCommand.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ExportBot/Commands/CloneProfileCommand.cs') diff --git a/ExportBot/Commands/CloneProfileCommand.cs b/ExportBot/Commands/CloneProfileCommand.cs index d608318..68712ff 100644 --- a/ExportBot/Commands/CloneProfileCommand.cs +++ b/ExportBot/Commands/CloneProfileCommand.cs @@ -24,20 +24,20 @@ namespace libsecondlife.TestClient testClient.Avatars.OnAvatarGroups += new AvatarManager.AvatarGroupsCallback(Avatars_OnAvatarGroups); testClient.Self.OnJoinGroup += new MainAvatar.JoinGroupCallback(Self_OnJoinGroup); - testClient.Self.Objects.OnNewAvatar += new ObjectManager.NewAvatarCallback(AvatarSeen); +// testClient.Self.Objects.OnNewAvatar += new ObjectManager.NewAvatarCallback(AvatarSeen); Name = "cloneprofile"; Description = "Clones another avatars profile as closely as possible. WARNING: This command will " + "destroy your existing profile! Usage: cloneprofile [targetuuid]"; } - void AvatarSeen(Simulator simulator, Avatar avatar, ulong regionHandle, ushort timeDilation) + /* void AvatarSeen(Simulator simulator, Avatar avatar, ulong regionHandle, ushort timeDilation) { lock (Avatars) { Avatars.Add(avatar.UUID,avatar.LocalID); } - } + }*/ public override string Execute(string[] args, LLUUID fromAgentID) { -- cgit v1.1