refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter without a getter

This commit is contained in:
Justin Clark-Casey (justincc)
2011-10-17 20:50:29 +01:00
parent 96ff2c63ed
commit 120114e96b
6 changed files with 16 additions and 28 deletions

View File

@@ -866,10 +866,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
#pragma warning restore 67
public void SetDebugPacketLevel(int newDebug)
{
}
public int DebugPacketLevel { get; set; }
public void InPacket(object NewPack)
{