mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
more cosmetics
This commit is contained in:
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user