missing file for previus commit

avinationmerge
UbitUmarov 2014-08-18 19:19:25 +01:00
parent 83e545df93
commit 73b8dc4183
1 changed files with 10 additions and 0 deletions

View File

@ -3903,6 +3903,16 @@ namespace OpenSim.Region.Framework.Scenes
sp.LifecycleState = ScenePresenceState.Running;
//HACK part A
// kill in viewers sp.localID that they may still know about
SendKillObject(new List<uint> { sp.LocalId });
//HACK part B
// keep using same localID
if (EntityTransferModule.IsInTransit(sp.UUID))
{
sp.DoNotCloseAfterTeleport = true;