mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Minor formatting cleanup.
This commit is contained in:
@@ -248,12 +248,12 @@ namespace OpenSim.Region.ClientStack.FunSLUDP
|
||||
|
||||
private void AddAcks(ref Packet packet)
|
||||
{
|
||||
// This packet type has shown to have issues with
|
||||
// acks being appended to the payload, just don't send
|
||||
// any with this packet type until libsl is fixed.
|
||||
//
|
||||
if(packet is libsecondlife.Packets.ViewerEffectPacket)
|
||||
return;
|
||||
// This packet type has shown to have issues with
|
||||
// acks being appended to the payload, just don't send
|
||||
// any with this packet type until libsl is fixed.
|
||||
//
|
||||
if (packet is libsecondlife.Packets.ViewerEffectPacket)
|
||||
return;
|
||||
|
||||
// Add acks to outgoing packets
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user