Skip to content

Commit

Permalink
Restore update_gamestate on SocketHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
eljeffeg committed Mar 12, 2023
1 parent 1e2f8a7 commit ec80927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers/ScoreboardHandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def open(self):

def on_message(self, message):
"""We ignore messages if there are more than 1 every 3 seconds"""
Scoreboard.update_gamestate(self)
if self.application.settings["hide_scoreboard"]:
self.write_message("pause")
else:
Expand Down

0 comments on commit ec80927

Please sign in to comment.