summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/rift
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2023-10-26 17:47:10 +1100
committerGitHub <noreply@github.com>2023-10-26 08:47:10 +0200
commit82a1bca332a650b2b6553d6382d4668dfe8f45a5 (patch)
tree41fb4916dfae6f17ae9afa5bd122e4bddb6fb6af /src/main/java/at/hannibal2/skyhanni/features/rift
parenta8354888ea9fb7b833441248c5bd177779bc44cf (diff)
downloadskyhanni-82a1bca332a650b2b6553d6382d4668dfe8f45a5.tar.gz
skyhanni-82a1bca332a650b2b6553d6382d4668dfe8f45a5.tar.bz2
skyhanni-82a1bca332a650b2b6553d6382d4668dfe8f45a5.zip
fix future neu crash (#624)
Fixed potential crash with future neu version. #624
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/rift')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/EnigmaSoulWaypoints.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/EnigmaSoulWaypoints.kt b/src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/EnigmaSoulWaypoints.kt
index e58215a68..de2b117d4 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/EnigmaSoulWaypoints.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/EnigmaSoulWaypoints.kt
@@ -36,7 +36,7 @@ object EnigmaSoulWaypoints {
private var adding = true
private val item by lazy {
- val neuItem = NEUItems.getItemStack("SKYBLOCK_ENIGMA_SOUL", true)
+ val neuItem = NEUItems.getItemStack("SKYBLOCK_ENIGMA_SOUL")
Utils.createItemStack(
neuItem.item,
"ยง5Toggle Missing",