mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Added CLI "debug packet 0..255" to enable the in/out packet dumps with various verbosity
This commit is contained in:
@@ -62,13 +62,6 @@ namespace OpenSim.Region.ClientStack
|
||||
protected override void ProcessInPacket(Packet Pack)
|
||||
{
|
||||
ack_pack(Pack);
|
||||
if (debug)
|
||||
{
|
||||
if (Pack.Type != PacketType.AgentUpdate)
|
||||
{
|
||||
Console.WriteLine(CircuitCode + ":IN: " + Pack.Type.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
if (this.ProcessPacketMethod(Pack))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user