Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureAaron committed Jan 7, 2025
1 parent f0c1d00 commit ab6bb6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ public static class ChocolateFactory {

public static class Carnival {
@SerialEntry
public boolean zombieShootoutHelper = true;
public boolean catchAFishHelper = true;

@SerialEntry
public boolean catchAFishHelper = true;
public boolean zombieShootoutHelper = true;
}

public static class Bazaar {
Expand Down
1 change: 1 addition & 0 deletions src/main/java/de/hysky/skyblocker/utils/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ private static void updateScoreboard(MinecraftClient client) {
}
}

//TODO add event in the future
private static void updateArea() {
if (isOnSkyblock) {
String areaName = getIslandArea().replaceAll("[⏣ф]", "").strip();
Expand Down

0 comments on commit ab6bb6b

Please sign in to comment.