mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Merge branch 'master' into careminster-presence-refactor
Integrate the next large patch. Don't use this version, it has a ghost avatar issue. Next push will fix it.
This commit is contained in:
@@ -500,6 +500,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
// FIXME: Implement?
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Actually send a packet to a client.
|
||||
/// </summary>
|
||||
/// <param name="outgoingPacket"></param>
|
||||
internal void SendPacketFinal(OutgoingPacket outgoingPacket)
|
||||
{
|
||||
UDPPacketBuffer buffer = outgoingPacket.Buffer;
|
||||
|
||||
Reference in New Issue
Block a user