aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-11-17 01:28:35 +0100
committerLinnea Gräf <nea@nea.moe>2024-11-17 01:28:35 +0100
commit92034c8501aaf9426fd86cccd9a5c51bcf364afd (patch)
tree24fbef3ba10cb47cd583083fac9ef7faa3e9495a /src/main/kotlin
parentf0848ab60c33e9a4dc301ebf94d26897011ae261 (diff)
downloadFirmament-92034c8501aaf9426fd86cccd9a5c51bcf364afd.tar.gz
Firmament-92034c8501aaf9426fd86cccd9a5c51bcf364afd.tar.bz2
Firmament-92034c8501aaf9426fd86cccd9a5c51bcf364afd.zip
fix: Jarvis keybinding crash
Diffstat (limited to 'src/main/kotlin')
-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 9c9287b..eeca70c 100644
--- a/src/main/kotlin/util/SkyblockId.kt
+++ b/src/main/kotlin/util/SkyblockId.kt
@@ -27,7 +27,7 @@ import moe.nea.firmament.util.collections.WeakCache
import moe.nea.firmament.util.json.DashlessUUIDSerializer
/**
- * A skyblock item id, as used by the NEU repo.
+ * A SkyBlock item id, as used by the NEU repo.
* This is not exactly the format used by HyPixel, but is mostly the same.
* Usually this id splits an id used by HyPixel into more sub items. For example `PET` becomes `$PET_ID;$PET_RARITY`,
* with those values extracted from other metadata.