fixed debug category
This commit is contained in:
parent
03ecc376f8
commit
7d98e016ba
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue