diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-18 22:27:43 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-18 22:27:43 +0200 |
commit | cb8d4eef2826e84e9df3d6735635fe02e33f8d6e (patch) | |
tree | d2aa7f0370fde4faece2cd0114bff598ae90868e /src/main/java/at | |
parent | 55e2b4f3527c887bdee4bf8fc338b8404ecee4ce (diff) | |
download | skyhanni-cb8d4eef2826e84e9df3d6735635fe02e33f8d6e.tar.gz skyhanni-cb8d4eef2826e84e9df3d6735635fe02e33f8d6e.tar.bz2 skyhanni-cb8d4eef2826e84e9df3d6735635fe02e33f8d6e.zip |
fix config migration error with scoreboard rift data
Diffstat (limited to 'src/main/java/at')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/CustomScoreboard.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/CustomScoreboard.kt b/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/CustomScoreboard.kt index d71bdda6d..78f0ed6d4 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/CustomScoreboard.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/CustomScoreboard.kt @@ -206,7 +206,7 @@ class CustomScoreboard { array.add(JsonPrimitive(ScoreboardEvents.QUEUE.name)) array } - event.transform(39, "$displayPrefix.events.eventEntries") { element -> + event.transform(40, "$displayPrefix.events.eventEntries") { element -> val jsonArray = element.asJsonArray val newArray = JsonArray() |