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/Examples | |
parent | * minor: Make it clear that non-scheduled updates can happen outside of the p... (diff) | |
download | opensim-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/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 88de006..0be726d 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -746,7 +746,7 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
746 | { | 746 | { |
747 | } | 747 | } |
748 | 748 | ||
749 | public void SetDebug(int newDebug) | 749 | public void SetDebugPacketLevel(int newDebug) |
750 | { | 750 | { |
751 | } | 751 | } |
752 | 752 | ||