Browse Source

fixed debug category

Josh Wilson 19 years ago
parent
commit
7d98e016ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/controls/ShipPilot.py

+ 1 - 1
direct/src/controls/ShipPilot.py

@@ -25,7 +25,7 @@ import math
 from PhysicsWalker import PhysicsWalker
 
 class ShipPilot(PhysicsWalker):
-    notify = directNotify.newCategory("PhysicsWalker")
+    notify = directNotify.newCategory("ShipPilot")
     wantDebugIndicator = base.config.GetBool(
         'want-avatar-physics-indicator', 0)