Send kill packets for avatars, too
parent
7762301cea
commit
256c8cb62d
|
@ -1531,6 +1531,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
OutPacket(kill, ThrottleOutPacketType.Task);
|
OutPacket(kill, ThrottleOutPacketType.Task);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
OutPacket(kill, ThrottleOutPacketType.State);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue