Poker Copilot 1.74 Released

I’ve released Poker Copilot 1.74, which you download here.

This fixes a subtle bug where some people would find their HUD would stop displaying info for certain seats. If you are already affected by this bug, you should do the following:
1. Go to the new screen Tools -> HUD Config Viewer
2. On that screen, find the combination of poker room, theme, and table size where your HUD is missing for certain seats.
3. Click on “Reset to Default”.

Technical Note: This was caused by class that was once thread-safe class but ceased to be so when I added a new method, forgetting to add synchronisation. Which led to my post-Java manifesto post.