mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
mantis 8520: make YEngine tick script events per second stat
This commit is contained in:
@@ -783,7 +783,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public void addScriptEvents(int count)
|
||||
{
|
||||
m_scriptEventsPerSecond += count;
|
||||
Interlocked.Add(ref m_scriptEventsPerSecond, count);
|
||||
}
|
||||
|
||||
public void AddPacketsStats(int inPackets, int outPackets, int unAckedBytes)
|
||||
|
||||
Reference in New Issue
Block a user