aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/util/SkyblockId.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-06-18 00:35:51 +0200
committerLinnea Gräf <nea@nea.moe>2025-06-18 00:35:51 +0200
commit4a29d86e477c41327bc97f75c332e37e3dae9bbe (patch)
tree2b9b61bad629f160d974b8fbccb6fce21972cd8d /src/main/kotlin/util/SkyblockId.kt
parent4b9e966ca7e8a9291f307850f715820e122d69fd (diff)
downloadFirmament-4a29d86e477c41327bc97f75c332e37e3dae9bbe.tar.gz
Firmament-4a29d86e477c41327bc97f75c332e37e3dae9bbe.tar.bz2
Firmament-4a29d86e477c41327bc97f75c332e37e3dae9bbe.zip
feat: Add 1.8.9 item exporter
Diffstat (limited to 'src/main/kotlin/util/SkyblockId.kt')
-rw-r--r--src/main/kotlin/util/SkyblockId.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/util/SkyblockId.kt b/src/main/kotlin/util/SkyblockId.kt
index a2c586a..58aa24c 100644
--- a/src/main/kotlin/util/SkyblockId.kt
+++ b/src/main/kotlin/util/SkyblockId.kt
@@ -104,7 +104,7 @@ data class HypixelPetInfo(
val exp: Double = 0.0,
val candyUsed: Int = 0,
val uuid: UUID? = null,
- val active: Boolean = false,
+ val active: Boolean? = false,
val heldItem: String? = null,
) {
val skyblockId get() = SkyblockId("${type.uppercase()};${tier.ordinal}") // TODO: is this ordinal set up correctly?