diff --git a/src/assets/ba_data/python/bascenev1/_teamgame.py b/src/assets/ba_data/python/bascenev1/_teamgame.py index 4715325c..d438dbca 100644 --- a/src/assets/ba_data/python/bascenev1/_teamgame.py +++ b/src/assets/ba_data/python/bascenev1/_teamgame.py @@ -67,9 +67,8 @@ class TeamGameActivity(GameActivity[PlayerT, TeamT]): # On the first game, show the controls UI momentarily. # (unless we're being run in co-op mode, in which case we leave # it up to them) - if ( - not isinstance(self.session, CoopSession) - and getattr(self, 'show_controls_guide', True) + if not isinstance(self.session, CoopSession) and getattr( + self, 'show_controls_guide', True ): attrname = '_have_shown_ctrl_help_overlay' if not getattr(self.session, attrname, False):