aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2024-04-22 05:03:08 +1000
committerGitHub <noreply@github.com>2024-04-21 21:03:08 +0200
commit24981e51ebb58408666e06a5e1d099c6a6ca38dd (patch)
tree01a978e60c0c80e8ed582fbc3b6055bb996e9d01 /src/main/java/at/hannibal2
parent3be604c2e12b97241b07e1d76a8627bc6479b8e9 (diff)
downloadskyhanni-24981e51ebb58408666e06a5e1d099c6a6ca38dd.tar.gz
skyhanni-24981e51ebb58408666e06a5e1d099c6a6ca38dd.tar.bz2
skyhanni-24981e51ebb58408666e06a5e1d099c6a6ca38dd.zip
Fix: No more jline (#1498)
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java b/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java
index b802b2281..e1f0a23c8 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java
@@ -33,8 +33,8 @@ import at.hannibal2.skyhanni.features.slayer.SlayerProfitTracker;
import at.hannibal2.skyhanni.utils.LorenzVec;
import at.hannibal2.skyhanni.utils.NEUInternalName;
import com.google.gson.annotations.Expose;
-import jline.internal.Nullable;
import net.minecraft.item.ItemStack;
+import org.jetbrains.annotations.Nullable;
import java.util.ArrayList;
import java.util.HashMap;