Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit e905557

Browse files
authored
Update HardcodePatcher.java
1 parent 3a938c3 commit e905557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/localmc/tools/hardcodepatcher/HardcodePatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
public class HardcodePatcher implements ModInitializer {
1818
public static final String MODID = "hardcodepatcher";
19-
public static final String patchFileName = "localpatcher.json";
19+
public static final String patchFileName = "hardcodepatcher.json";
2020
public static final Path configPath = FabricLoader.getInstance().getConfigDir().resolve("HardcodePatcher");
2121
public static final Logger LOGGER = LogUtils.getLogger();
2222
public static ArrayList<String> exportList = new ArrayList<>();

0 commit comments

Comments
 (0)