From 1ca717a2360f3120872f4831f1cc74adc8d78ce0 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 3 Jul 2015 01:31:53 +0300 Subject: [PATCH] Fix lawbot cogdo crash --- toontown/cogdominium/CogdoFlyingLocalPlayer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toontown/cogdominium/CogdoFlyingLocalPlayer.py b/toontown/cogdominium/CogdoFlyingLocalPlayer.py index 22fef874..f976824b 100755 --- a/toontown/cogdominium/CogdoFlyingLocalPlayer.py +++ b/toontown/cogdominium/CogdoFlyingLocalPlayer.py @@ -45,7 +45,8 @@ class CogdoFlyingLocalPlayer(CogdoFlyingPlayer): 'FreeFly', 'Running', 'HitWhileFlying', - 'InWhirlwind'], + 'InWhirlwind', + 'WaitingForWin'], 'InWhirlwind': ['Inactive', 'OutOfTime', 'Death',