aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index aa27fdd..51c7184 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -2930,6 +2930,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2930 argument.Duration = viewer.Effect[i].Duration; 2930 argument.Duration = viewer.Effect[i].Duration;
2931 argument.ID = viewer.Effect[i].ID; 2931 argument.ID = viewer.Effect[i].ID;
2932 argument.Type = viewer.Effect[i].Type; 2932 argument.Type = viewer.Effect[i].Type;
2933 argument.TypeData = viewer.Effect[i].TypeData;
2933 args.Add(argument); 2934 args.Add(argument);
2934 } 2935 }
2935 2936