aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2023-12-26 10:25:52 +0100
committerGitHub <noreply@github.com>2023-12-26 10:25:52 +0100
commit5935206fd2a20eb8d9d17e68ca4e5d5c754f6bd0 (patch)
treeed43cc50531ea55e3e2df695d0d8b4e6618db6ed /src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java
parentda1bdcbff8f8137706bf16ca9eb5b747028c1d22 (diff)
downloadnotenoughupdates-5935206fd2a20eb8d9d17e68ca4e5d5c754f6bd0.tar.gz
notenoughupdates-5935206fd2a20eb8d9d17e68ca4e5d5c754f6bd0.tar.bz2
notenoughupdates-5935206fd2a20eb8d9d17e68ca4e5d5c754f6bd0.zip
Added null check for bestiary and moved the files (#982)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java
index aac33cfa..f5e22e0a 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/SkyblockProfiles.java
@@ -26,7 +26,7 @@ import com.google.gson.JsonPrimitive;
import io.github.moulberry.notenoughupdates.NotEnoughUpdates;
import io.github.moulberry.notenoughupdates.events.ProfileDataLoadedEvent;
import io.github.moulberry.notenoughupdates.miscfeatures.PetInfoOverlay;
-import io.github.moulberry.notenoughupdates.profileviewer.bestiary.BestiaryData;
+import io.github.moulberry.notenoughupdates.miscfeatures.profileviewer.bestiary.BestiaryData;
import io.github.moulberry.notenoughupdates.profileviewer.weight.senither.SenitherWeight;
import io.github.moulberry.notenoughupdates.profileviewer.weight.weight.Weight;
import io.github.moulberry.notenoughupdates.util.Constants;