Addressing an force-tp edge case, closes #22

This commit is contained in:
lickx
2024-03-07 14:03:20 +01:00
committed by lickx
parent dca12b5427
commit b218c303c5

View File

@@ -259,13 +259,6 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
{
m_log.DebugFormat("[HG ENTITY TRANSFER MODULE]: CreateAgent {0} {1}", reg.ServerURI, finalDestination.ServerURI);
if (sp.GotAttachmentsData == false)
{
logout = false;
reason = "Cannot leave region yet, attachments are still loading";
return false;
}
reason = string.Empty;
logout = false;
int flags = Scene.GridService.GetRegionFlags(m_sceneRegionInfo.ScopeID, reg.RegionID);