aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/NPC
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-14 18:53:56 +0000
committerJustin Clarke Casey2008-10-14 18:53:56 +0000
commit58f8c042f616c2568496aeb13428230deb854db0 (patch)
tree4956e4bba8c96504141d0f16c4944212d6d5fb47 /OpenSim/Region/Environment/Modules/World/NPC
parent* minor: Make it clear that non-scheduled updates can happen outside of the p... (diff)
downloadopensim-SC_OLD-58f8c042f616c2568496aeb13428230deb854db0.zip
opensim-SC_OLD-58f8c042f616c2568496aeb13428230deb854db0.tar.gz
opensim-SC_OLD-58f8c042f616c2568496aeb13428230deb854db0.tar.bz2
opensim-SC_OLD-58f8c042f616c2568496aeb13428230deb854db0.tar.xz
* minor: change m_debug to m_debugPacketLevel since that's what it is
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World/NPC')
-rw-r--r--OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs2
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