fix line ending

avinationmerge
UbitUmarov 2014-07-24 00:30:38 +01:00
parent 8808549669
commit 46695ddbfe
1 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "EntityTransferModule")]
public class EntityTransferModule : INonSharedRegionModule, IEntityTransferModule
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private static readonly string LogHeader = "[ENTITY TRANSFER MODULE]";
public const int DefaultMaxTransferDistance = 4095;
@ -1677,9 +1677,9 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
m_log.WarnFormat(
"[ENTITY TRANSFER MODULE]: Region {0} would not accept update for agent {1} on cross attempt. Returning to original region.",
neighbourRegion.RegionName, agent.Name);
if (agent.ParentUUID != UUID.Zero && agent.ParentID == 0)
neighbourRegion.RegionName, agent.Name);
if (agent.ParentUUID != UUID.Zero && agent.ParentID == 0)
return false;
ReInstantiateScripts(agent);