diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 0d78654..0cba495 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -5414,6 +5414,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5414 | 5414 | ||
5415 | public void SendSimStats(SimStats stats) | 5415 | public void SendSimStats(SimStats stats) |
5416 | { | 5416 | { |
5417 | stats.StatsBlock[15].StatValue /= 1024; // UnAckedBytes are in KB | ||
5417 | SimStatsPacket pack = new SimStatsPacket(); | 5418 | SimStatsPacket pack = new SimStatsPacket(); |
5418 | pack.Region = new SimStatsPacket.RegionBlock(); | 5419 | pack.Region = new SimStatsPacket.RegionBlock(); |
5419 | pack.Region.RegionX = stats.RegionX; | 5420 | pack.Region.RegionX = stats.RegionX; |