Skip to content
Snippets Groups Projects
Commit a3b0b2ac authored by Adam Blank's avatar Adam Blank
Browse files

Update MainWindow.java

parent eb59d989
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,9 @@ public class MainWindow {
}
usersSet.remove(this.username);
this.usernames = new ArrayList<String>(usersSet);
try {
Thread.sleep(100);
} catch (InterruptedException e) {}
this.model.update(this.usernames);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment