mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Fix lawbot cogdo crash
This commit is contained in:
parent
cf1785f7c7
commit
1ca717a236
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ class CogdoFlyingLocalPlayer(CogdoFlyingPlayer):
|
|||
'FreeFly',
|
||||
'Running',
|
||||
'HitWhileFlying',
|
||||
'InWhirlwind'],
|
||||
'InWhirlwind',
|
||||
'WaitingForWin'],
|
||||
'InWhirlwind': ['Inactive',
|
||||
'OutOfTime',
|
||||
'Death',
|
||||
|
|
Loading…
Reference in a new issue