Skip to content

Commit

Permalink
Merge branch 'master' into documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dtracers authored Apr 21, 2020
2 parents 55f3a98 + f08c711 commit 05f2a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CARBALL_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
35
36
2 changes: 1 addition & 1 deletion carball/json_parser/actor/game_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class GameEventHandler(BaseActorHandler):

@classmethod
def can_handle(cls, actor: dict) -> bool:
return actor['ClassName'].startswith('TAGame.GameEvent_Soccar_TA')
return actor['ClassName'].startswith('TAGame.GameEvent_Soccar_TA') or actor['ClassName'].startswith('TAGame.GameEvent_GodBall_TA')

def update(self, actor: dict, frame_number: int, time: float, delta: float) -> None:
self.parser.soccar_game_event_actor = actor
Expand Down

0 comments on commit 05f2a93

Please sign in to comment.