* minor: change m_debug to m_debugPacketLevel since that's what it is

This commit is contained in:
Justin Clarke Casey
2008-10-14 18:53:56 +00:00
parent 0d6eb37ac5
commit 58f8c042f6
6 changed files with 30 additions and 19 deletions

View File

@@ -746,7 +746,7 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SetDebug(int newDebug)
public void SetDebugPacketLevel(int newDebug)
{
}