Browse Source

remove the old region crossing handler

Mic Bowman 13 years ago
parent
commit
c6ce464dbc

+ 0 - 10
OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs

@@ -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();
-            }
         }