remove the old region crossing handler

iar_mods
Mic Bowman 2011-12-23 10:13:32 -08:00
parent 456c89a7a3
commit c6ce464dbc
1 changed files with 0 additions and 10 deletions

View File

@ -1724,16 +1724,6 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
grp.ScheduleGroupForFullUpdate();
}
if (destination != null && !CrossPrimGroupIntoNewRegion(destination, grp, silent))
{
grp.RootPart.GroupPosition = oldGroupPosition;
grp.ScheduleGroupForFullUpdate();
}
}