mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
* Proper fix for 1191 - Missing TypeData in ViewerEffectEventHandlerArg.
This commit is contained in:
@@ -2930,6 +2930,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
argument.Duration = viewer.Effect[i].Duration;
|
||||
argument.ID = viewer.Effect[i].ID;
|
||||
argument.Type = viewer.Effect[i].Type;
|
||||
argument.TypeData = viewer.Effect[i].TypeData;
|
||||
args.Add(argument);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user