aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/PlayerStats.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/profileviewer/PlayerStats.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/profileviewer/PlayerStats.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/PlayerStats.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/PlayerStats.java
index 0d298a71..809c5fb7 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/PlayerStats.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/PlayerStats.java
@@ -165,7 +165,7 @@ public class PlayerStats {
public static int getPetScore(JsonObject profile) {
JsonObject bonuses = Constants.BONUSES;
if (bonuses == null) {
- Utils.showOutdatedRepoNotification();
+ Utils.showOutdatedRepoNotification("bonuses.json");
return 0;
}
JsonElement petsElement = Utils.getElement(profile, "pets");