ctm / mb2-doc

Mb2, poker software
https://devctm.com
7 stars 2 forks source link

Level notification after coming off synchronized break is annoying #1263

Closed ctm closed 8 months ago

ctm commented 8 months ago

Remove the level change notification that people get after coming of synchronized break.

IIRC, I put the call to announce_level in resume_level_timer_if_appropriate before the client displayed the current level. The problem is that the superfluous level alert is distracting (IMO). I can remove the call to announce_level as long as I make sure the client doesn't leave the break alert up when I remove it. If it does, I can just change it so the break alert is torn down when a Dealing message comes in.

ctm commented 8 months ago

Done and tested. Deploying shortly.