mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Committing the same fix here for the infinity problem on TPs.
This commit is contained in:
@@ -664,7 +664,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
|
|||||||
//
|
//
|
||||||
// This sleep can be increased if necessary. However, whilst it's active,
|
// This sleep can be increased if necessary. However, whilst it's active,
|
||||||
// an agent cannot teleport back to this region if it has teleported away.
|
// an agent cannot teleport back to this region if it has teleported away.
|
||||||
Thread.Sleep(2000);
|
Thread.Sleep(15000);
|
||||||
|
|
||||||
sp.Scene.IncomingCloseAgent(sp.UUID, false);
|
sp.Scene.IncomingCloseAgent(sp.UUID, false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user