From 24981e51ebb58408666e06a5e1d099c6a6ca38dd Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Mon, 22 Apr 2024 05:03:08 +1000 Subject: Fix: No more jline (#1498) --- .../at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit