more cosmetics

This commit is contained in:
UbitUmarov
2023-01-21 15:49:46 +00:00
parent 3011368fd0
commit eea5d14ec6
6 changed files with 454 additions and 492 deletions

View File

@@ -4604,7 +4604,7 @@ Label_GroupsDone:
sp.Name, sp.UUID, Name);
return false;
}
if (cAgentData.SessionID != sp.ControllingClient.SessionId)
if (cAgentData.SessionID.NotEqual(sp.ControllingClient.SessionId))
{
m_log.WarnFormat(
"[SCENE]: Attempt to update agent {0} with diferent session id {1} != {2}",