Skip to content

Commit

Permalink
make HAS_ANCHIALE final
Browse files Browse the repository at this point in the history
  • Loading branch information
pixfumy committed Feb 13, 2023
1 parent a110a77 commit 5c5dca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/voidxwalker/autoreset/Atum.java
Expand Up @@ -40,7 +40,7 @@ public class Atum implements ModInitializer {
public static boolean hotkeyPressed;
public static boolean hotkeyHeld=false;

public static boolean HAS_ANCHIALE = FabricLoader.getInstance().isModLoaded("anchiale");
public static final boolean HAS_ANCHIALE = FabricLoader.getInstance().isModLoaded("anchiale");

public static void log(Level level, String message) {
LOGGER.log(level, message);
Expand Down

0 comments on commit 5c5dca0

Please sign in to comment.