mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter without a getter
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user