diff options
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index b2138aa..b1f4d7c 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -2613,12 +2613,12 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
2613 | public void SendSimStats(SimStats stats) | 2613 | public void SendSimStats(SimStats stats) |
2614 | { | 2614 | { |
2615 | SimStatsPacket pack = new SimStatsPacket(); | 2615 | SimStatsPacket pack = new SimStatsPacket(); |
2616 | 2616 | pack.Region = new SimStatsPacket.RegionBlock(); | |
2617 | pack.Region.RegionX = stats.RegionX; | 2617 | pack.Region.RegionX = stats.RegionX; |
2618 | pack.Region.RegionY = stats.RegionY; | 2618 | pack.Region.RegionY = stats.RegionY; |
2619 | pack.Region.RegionFlags = stats.RegionFlags; | 2619 | pack.Region.RegionFlags = stats.RegionFlags; |
2620 | pack.Region.ObjectCapacity = stats.ObjectCapacity; | 2620 | pack.Region.ObjectCapacity = stats.ObjectCapacity; |
2621 | pack.Region = stats.RegionBlock; | 2621 | //pack.Region = //stats.RegionBlock; |
2622 | pack.Stat = stats.StatsBlock; | 2622 | pack.Stat = stats.StatsBlock; |
2623 | 2623 | ||
2624 | pack.Header.Reliable = false; | 2624 | pack.Header.Reliable = false; |