aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-30 10:34:10 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-30 10:34:10 +0100
commitd98227155bf96f824fca95de896d27095d254c54 (patch)
tree69304c464fc82d7e3b9bf43d303964373648a641 /src/main/java/at
parentda8caebb613cb92ac12b4a09bd4670d59dd2cc2b (diff)
downloadskyhanni-d98227155bf96f824fca95de896d27095d254c54.tar.gz
skyhanni-d98227155bf96f824fca95de896d27095d254c54.tar.bz2
skyhanni-d98227155bf96f824fca95de896d27095d254c54.zip
better wording
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/IslandType.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt b/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt
index 3ab213025..7e1ac4159 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/IslandType.kt
@@ -1,6 +1,6 @@
package at.hannibal2.skyhanni.data
-enum class IslandType(val displayName: String, val apiName: String = "null") {
+enum class IslandType(val displayName: String, val modeName: String = "null") {
// TODO USE SH-REPO (for displayName only)
PRIVATE_ISLAND("Private Island"),
PRIVATE_ISLAND_GUEST("Private Island Guest"),