diff options
author | Justin Clark-Casey (justincc) | 2011-10-17 20:50:29 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-17 20:50:29 +0100 |
commit | 120114e96becc6fee1311300359dcefaf4013c0e (patch) | |
tree | b03fd72833eb974da4eb4ac8795cf74c69cd0770 /OpenSim/Region/OptionalModules/World | |
parent | Add avatar names to debug packet output (diff) | |
download | opensim-SC_OLD-120114e96becc6fee1311300359dcefaf4013c0e.zip opensim-SC_OLD-120114e96becc6fee1311300359dcefaf4013c0e.tar.gz opensim-SC_OLD-120114e96becc6fee1311300359dcefaf4013c0e.tar.bz2 opensim-SC_OLD-120114e96becc6fee1311300359dcefaf4013c0e.tar.xz |
refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter without a getter
Diffstat (limited to 'OpenSim/Region/OptionalModules/World')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 73d8828..ee9a4c1 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -823,9 +823,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
823 | { | 823 | { |
824 | } | 824 | } |
825 | 825 | ||
826 | public void SetDebugPacketLevel(int newDebug) | 826 | public int DebugPacketLevel { get; set; } |
827 | { | ||
828 | } | ||
829 | 827 | ||
830 | public void InPacket(object NewPack) | 828 | public void InPacket(object NewPack) |
831 | { | 829 | { |