mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* Proper fix for 1191 - Missing TypeData in ViewerEffectEventHandlerArg.
This commit is contained in:
@@ -184,8 +184,7 @@ namespace OpenSim.Framework
|
||||
effect.Duration = args[i].Duration;
|
||||
effect.ID = args[i].ID;
|
||||
effect.Type = args[i].Type;
|
||||
// This should be the target object I think - Adam
|
||||
effect.TypeData = new byte[0];
|
||||
effect.TypeData = args[i].TypeData;
|
||||
effectBlock.Add(effect);
|
||||
}
|
||||
packet.Effect = effectBlock.ToArray();
|
||||
|
||||
Reference in New Issue
Block a user