diff options
Diffstat (limited to 'OpenSim/Region/UserStatistics/WebStatsModule.cs')
-rw-r--r-- | OpenSim/Region/UserStatistics/WebStatsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/UserStatistics/WebStatsModule.cs b/OpenSim/Region/UserStatistics/WebStatsModule.cs index 1383208..8ccb751 100644 --- a/OpenSim/Region/UserStatistics/WebStatsModule.cs +++ b/OpenSim/Region/UserStatistics/WebStatsModule.cs | |||
@@ -1200,7 +1200,7 @@ VALUES | |||
1200 | m_pendingDownloads = stats.StatsBlock[17].StatValue; | 1200 | m_pendingDownloads = stats.StatsBlock[17].StatValue; |
1201 | m_pendingUploads = stats.StatsBlock[18].StatValue; | 1201 | m_pendingUploads = stats.StatsBlock[18].StatValue; |
1202 | m_activeScripts = stats.StatsBlock[19].StatValue; | 1202 | m_activeScripts = stats.StatsBlock[19].StatValue; |
1203 | m_scriptLinesPerSecond = stats.StatsBlock[20].StatValue; | 1203 | m_scriptLinesPerSecond = stats.ExtraStatsBlock[0].StatValue; |
1204 | } | 1204 | } |
1205 | } | 1205 | } |
1206 | } \ No newline at end of file | 1206 | } \ No newline at end of file |