* Fix Inconsistent line ending style on SimStatsReporter

This commit is contained in:
Teravus Ovares (Dan Olivares)
2009-12-01 10:45:36 -05:00
parent 4af77e84b1
commit 56dca3b5a4

View File

@@ -240,7 +240,7 @@ namespace OpenSim.Region.Framework.Scenes
sb[12].StatID = (uint)Stats.OtherMS;
sb[12].StatValue = m_otherMS / statsUpdateFactor;
sb[13].StatID = (uint)Stats.InPacketsPerSecond;
sb[13].StatID = (uint)Stats.InPacketsPerSecond;
sb[13].StatValue = (m_inPacketsPerSecond / statsUpdateFactor);
sb[14].StatID = (uint)Stats.OutPacketsPerSecond;