Skip to content

Commit

Permalink
Merge pull request #3 from wohaopa/patch-1
Browse files Browse the repository at this point in the history
Fix server list being unable to refresh
  • Loading branch information
Connor-Colenso authored Oct 8, 2022
2 parents 7ce594f + d8282ea commit c2bf7c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ private void removeDuplicateServers(CallbackInfo ci) {
}
return false;
});
for (ServerData s : Config.SERVERS) s.field_78841_f = false;
}

/**
Expand Down

0 comments on commit c2bf7c4

Please sign in to comment.