fixed debug category

This commit is contained in:
Josh Wilson 2007-03-02 00:35:57 +00:00
parent 03ecc376f8
commit 7d98e016ba
1 changed files with 1 additions and 1 deletions

View File

@ -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)