mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
!= UUID.Zero is slow
This commit is contained in:
@@ -478,7 +478,7 @@ namespace OpenSim.Region.UserStatistics
|
||||
|
||||
lock (m_sessions)
|
||||
{
|
||||
if (agentID != UUID.Zero)
|
||||
if (!agentID.IsZero())
|
||||
{
|
||||
if (!m_sessions.ContainsKey(agentID))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user