mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* Ooops, attachments now teleport/cross region borders along with your avatar. Those dastardly objects stick to you.
This commit is contained in:
@@ -580,6 +580,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
avatar.ControllingClient.SendRegionTeleport(regionHandle, 13, reg.ExternalEndPoint, 4, (1 << 4),
|
||||
capsPath);
|
||||
avatar.MakeChildAgent();
|
||||
System.Threading.Thread.Sleep(5000);
|
||||
avatar.CrossAttachmentsIntoNewRegion(regionHandle);
|
||||
if (KillObject != null)
|
||||
{
|
||||
KillObject(avatar.LocalId);
|
||||
|
||||
Reference in New Issue
Block a user