Merge pull request #614 from heLlow-step-sis/heLlow-step-sis-patch-1

Update kingofthehill.py
This commit is contained in:
Eric Froemling 2023-09-27 16:41:01 -07:00 committed by GitHub
commit e30e29608c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,6 +186,7 @@ class KingOfTheHillGame(bs.TeamGameActivity[Player, Team]):
'materials': flagmats,
},
)
self._update_scoreboard()
self._update_flag_state()
def _tick(self) -> None: