* Attempted Fix for 1191 - Crash on ViewerEffectHandler. We are missing typedata data however it seems.
parent
31c4d599a0
commit
2eecc9756a
|
@ -184,6 +184,8 @@ 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];
|
||||
effectBlock.Add(effect);
|
||||
}
|
||||
packet.Effect = effectBlock.ToArray();
|
||||
|
|
Loading…
Reference in New Issue