fix: inconsistency between neu item id and nbt item id for some logs
This commit is contained in:
@@ -242,7 +242,7 @@ val ItemStack.skyBlockId: SkyblockId?
|
|||||||
}
|
}
|
||||||
|
|
||||||
else -> {
|
else -> {
|
||||||
SkyblockId(id)
|
SkyblockId(id.replace(":", "-"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user