Skip to content

Commit

Permalink
hytils is hypixel
Browse files Browse the repository at this point in the history
  • Loading branch information
MicrocontrollersDev committed Nov 8, 2022
1 parent 6a485f1 commit fc380f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cc/woverflow/hytils/config/HytilsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ public class HytilsConfig extends Config {


public HytilsConfig() {
super(new Mod("Hytils Reborn", ModType.UTIL_QOL, new VigilanceMigrator(new File(HytilsReborn.INSTANCE.modDir, "hytilsreborn.toml").getAbsolutePath())), "hytilsreborn.json");
super(new Mod("Hytils Reborn", ModType.HYPIXEL, new VigilanceMigrator(new File(HytilsReborn.INSTANCE.modDir, "hytilsreborn.toml").getAbsolutePath())), "hytilsreborn.json");
initialize();
try {
File modDir = HytilsReborn.INSTANCE.modDir;
Expand Down

0 comments on commit fc380f5

Please sign in to comment.