Added CLI "debug packet 0..255" to enable the in/out packet dumps with various verbosity

This commit is contained in:
Dalien Talbot
2007-09-13 16:39:04 +00:00
parent 23b8e39c1b
commit 1703cacaab
7 changed files with 94 additions and 10 deletions

View File

@@ -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))
{