From 0ab802a375c853537fdf10cc0e4805b880602d8c Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 31 Jul 2025 18:46:40 +0200 Subject: fix: Wrong Key for Test of Swiftness --- .../skyblock/profileviewer/model/NetherIslandPlayerData.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/de') 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; -- cgit