diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-04-22 05:03:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-21 21:03:08 +0200 |
commit | 24981e51ebb58408666e06a5e1d099c6a6ca38dd (patch) | |
tree | 01a978e60c0c80e8ed582fbc3b6055bb996e9d01 /src/main | |
parent | 3be604c2e12b97241b07e1d76a8627bc6479b8e9 (diff) | |
download | skyhanni-24981e51ebb58408666e06a5e1d099c6a6ca38dd.tar.gz skyhanni-24981e51ebb58408666e06a5e1d099c6a6ca38dd.tar.bz2 skyhanni-24981e51ebb58408666e06a5e1d099c6a6ca38dd.zip |
Fix: No more jline (#1498)
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java | 2 |
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; |