* Update presence-checker
* Update presence-checker
add ms counter in chat message output
change overlay hide if less than 1 missing
add clan support and filtering
* Create presence-checker
* Update presence-checker
Attempt at fixing build
* Update presence-checker
PresenceChecker.java: deleted the line clientToolbar.openPanel(navButton); in
PresenceCheckerPanel.java: removed the entire new Thread(...) block. I replaced it with javax.swing.Timer (set to 2000ms) and added timer.setRepeats(false).