aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 0b6b04d..f50637c 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -4360,10 +4360,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
4360 updateMessage.OwnerPrims = pc.Owner; 4360 updateMessage.OwnerPrims = pc.Owner;
4361 updateMessage.GroupPrims = pc.Group; 4361 updateMessage.GroupPrims = pc.Group;
4362 updateMessage.OtherPrims = pc.Others; 4362 updateMessage.OtherPrims = pc.Others;
4363 updateMessage.SimWideTotalPrims = pc.Simulator; 4363 updateMessage.TotalPrims = pc.Total;
4364 4364 updateMessage.SimWideTotalPrims = pc.Simulator;
4365 // FIXME: Need to do selected prims once this is reimplemented.
4366 updateMessage.TotalPrims = pc.Owner + pc.Group + pc.Others;
4367 4365
4368 // TODO: Need to transfer selected prims to new prim count structure. 4366 // TODO: Need to transfer selected prims to new prim count structure.
4369 updateMessage.SelectedPrims = landData.SelectedPrims; 4367 updateMessage.SelectedPrims = landData.SelectedPrims;