mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 16:13:23 +08:00
Latest public/internal sync.
This commit is contained in:
parent
6fcc275dfb
commit
e3fd0ae8c9
@ -67,9 +67,8 @@ class TeamGameActivity(GameActivity[PlayerT, TeamT]):
|
|||||||
# On the first game, show the controls UI momentarily.
|
# On the first game, show the controls UI momentarily.
|
||||||
# (unless we're being run in co-op mode, in which case we leave
|
# (unless we're being run in co-op mode, in which case we leave
|
||||||
# it up to them)
|
# it up to them)
|
||||||
if (
|
if not isinstance(self.session, CoopSession) and getattr(
|
||||||
not isinstance(self.session, CoopSession)
|
self, 'show_controls_guide', True
|
||||||
and getattr(self, 'show_controls_guide', True)
|
|
||||||
):
|
):
|
||||||
attrname = '_have_shown_ctrl_help_overlay'
|
attrname = '_have_shown_ctrl_help_overlay'
|
||||||
if not getattr(self.session, attrname, False):
|
if not getattr(self.session, attrname, False):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user