diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-30 10:34:10 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-30 10:34:10 +0100 |
commit | d98227155bf96f824fca95de896d27095d254c54 (patch) | |
tree | 69304c464fc82d7e3b9bf43d303964373648a641 /src/main/java/at | |
parent | da8caebb613cb92ac12b4a09bd4670d59dd2cc2b (diff) | |
download | skyhanni-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.kt | 2 |
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"), |