cosmetics on ubode character code

This commit is contained in:
UbitUmarov
2022-04-13 19:36:38 +01:00
parent 76165fe054
commit d7a391efbb

View File

@@ -1142,7 +1142,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
{
_characters.Add(chr);
if (chr.bad)
m_log.DebugFormat("[PHYSICS] Added BAD actor {0} to characters list", chr.m_uuid);
m_log.DebugFormat("[PHYSICS] Added BAD actor {0} to characters list", chr.LocalID);
}
}
}