diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-07-31 18:46:40 +0200 |
|---|---|---|
| committer | jani270 <69345714+jani270@users.noreply.github.com> | 2025-07-31 18:46:40 +0200 |
| commit | 0ab802a375c853537fdf10cc0e4805b880602d8c (patch) | |
| tree | a0a29122621794d82f617aedd5c0421f91e25ca1 /src/main/java/de | |
| parent | 19b58ba6b30d3055a48a6dee797eb81234ce5547 (diff) | |
| download | Skyblocker-0ab802a375c853537fdf10cc0e4805b880602d8c.tar.gz Skyblocker-0ab802a375c853537fdf10cc0e4805b880602d8c.tar.bz2 Skyblocker-0ab802a375c853537fdf10cc0e4805b880602d8c.zip | |
fix: Wrong Key for Test of Swiftness
Diffstat (limited to 'src/main/java/de')
| -rw-r--r-- | src/main/java/de/hysky/skyblocker/skyblock/profileviewer/model/NetherIslandPlayerData.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/model/NetherIslandPlayerData.java b/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/model/NetherIslandPlayerData.java index 4b2b2676..4daac13b 100644 --- a/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/model/NetherIslandPlayerData.java +++ b/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/model/NetherIslandPlayerData.java @@ -40,7 +40,7 @@ public class NetherIslandPlayerData { public int testOfMastery; @SerializedName("dojo_points_sword_swap") public int testOfDiscipline; - @SerializedName("dojo_time_archer") + @SerializedName("dojo_points_snake") public int testOfSwiftness; @SerializedName("dojo_points_lock_head") public int testOfControl; @@ -55,7 +55,7 @@ public class NetherIslandPlayerData { public int testOfMasteryTime; @SerializedName("dojo_time_sword_swap") public int testOfDisciplineTime; - @SerializedName("dojo_time_archer") + @SerializedName("dojo_time_snake") public int testOfSwiftnessTime; @SerializedName("dojo_time_lock_head") public int testOfControlTime; |
