minor: log MaxOutgoingTransferVersion at EntityTransferModule startup
parent
7d6072b825
commit
643bc47451
|
@ -185,6 +185,10 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
transferVersionName = rawVersionComponents[0];
|
transferVersionName = rawVersionComponents[0];
|
||||||
|
|
||||||
|
m_log.InfoFormat(
|
||||||
|
"[ENTITY TRANSFER MODULE]: MaxOutgoingTransferVersion set to {0}",
|
||||||
|
string.Format("{0}/{1}", transferVersionName, maxTransferVersion));
|
||||||
}
|
}
|
||||||
|
|
||||||
DisableInterRegionTeleportCancellation
|
DisableInterRegionTeleportCancellation
|
||||||
|
|
Loading…
Reference in New Issue