aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CollectionsPage.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CollectionsPage.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CollectionsPage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CollectionsPage.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CollectionsPage.java
index 2d4e7250..e8e9f171 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CollectionsPage.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CollectionsPage.java
@@ -204,7 +204,7 @@ public class CollectionsPage extends GuiProfileViewerPage {
}
ProfileCollectionInfo.CollectionInfo thisCollection = collectionInfo.getCollections().get(collection);
if (thisCollection == null) {
- Utils.showOutdatedRepoNotification();
+ Utils.showOutdatedRepoNotification("hypixel api collection info");
continue;
}
ItemStack collectionItem = ProfileViewer.getCollectionToCollectionDisplayMap().get(collection);