Skip to content

Commit

Permalink
Fix error when removing and then immediately adding server
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Sep 24, 2016
1 parent ede4d2d commit 1762b3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ public void checkForRemoved() {
for (ServerSettings ss : serverSettings.values()) {
if(!ss.update()) {
serversCategory.removePreference(ss.getScreen());
serverCount--;
}
}
}
Expand Down

0 comments on commit 1762b3c

Please sign in to comment.