1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Fixed credits now showing everyone

This commit is contained in:
TheBusyBiscuit 2019-12-01 19:16:27 +01:00
parent 78df2e3ea5
commit 4ffc2888fd

View File

@ -46,7 +46,7 @@ public class ContributionsConnector extends GitHubConnector {
@Override
public String getURLSuffix() {
return "/contributors";
return "/contributors?per_page=100";
}
private void computeContributors(JsonArray array) {