mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
on transfer fail of sited avatars, only do
This commit is contained in:
@@ -1679,10 +1679,10 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
|
||||
"[ENTITY TRANSFER MODULE]: Region {0} would not accept update for agent {1} on cross attempt. Returning to original region.",
|
||||
neighbourRegion.RegionName, agent.Name);
|
||||
|
||||
ReInstantiateScripts(agent);
|
||||
if (agent.ParentUUID != UUID.Zero && agent.ParentID == 0)
|
||||
return false;
|
||||
|
||||
ReInstantiateScripts(agent);
|
||||
|
||||
agent.AddToPhysicalScene(isFlying);
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user