missing change on objectjobengine

This commit is contained in:
UbitUmarov
2021-01-08 16:09:45 +00:00
parent 78d38aa832
commit 2e98ccbe46

View File

@@ -116,7 +116,7 @@ namespace OpenSim.Framework
/// <summary>
/// Number of jobs waiting to be processed.
/// </summary>
public int JobsWaiting { get { return m_jobQueue == null ? 0 : m_jobQueue.Count; } }
public int Count { get { return m_jobQueue == null ? 0 : m_jobQueue.Count; } }
public void Cancel()
{