diff options
author | Justin Clarke Casey | 2008-10-14 18:53:56 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-14 18:53:56 +0000 |
commit | 58f8c042f616c2568496aeb13428230deb854db0 (patch) | |
tree | 4956e4bba8c96504141d0f16c4944212d6d5fb47 /OpenSim/Region/Environment/Modules/World | |
parent | * minor: Make it clear that non-scheduled updates can happen outside of the p... (diff) | |
download | opensim-SC-58f8c042f616c2568496aeb13428230deb854db0.zip opensim-SC-58f8c042f616c2568496aeb13428230deb854db0.tar.gz opensim-SC-58f8c042f616c2568496aeb13428230deb854db0.tar.bz2 opensim-SC-58f8c042f616c2568496aeb13428230deb854db0.tar.xz |
* minor: change m_debug to m_debugPacketLevel since that's what it is
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs index 35a6c2f..0143f2c 100644 --- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | |||
@@ -758,7 +758,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
758 | { | 758 | { |
759 | } | 759 | } |
760 | 760 | ||
761 | public void SetDebug(int newDebug) | 761 | public void SetDebugPacketLevel(int newDebug) |
762 | { | 762 | { |
763 | } | 763 | } |
764 | 764 | ||