Skip to content

Commit

Permalink
i should really get a config lib wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
AnAwesomGuy committed Oct 1, 2024
1 parent 1a7f440 commit dd6cb9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public final class BreakingBedrock {
properties.setProperty("mining_level", "4");
miningLevel = 4;
LOGGER.debug("Correcting invalid config value {}!", level);
} else properties.setProperty("mining_level", resist);
} else properties.setProperty("mining_level", level);
} catch (IOException | IllegalArgumentException e) {
LOGGER.info("Couldn't read config file (likely corrupted or missing)! Attempting to (re)create it.");
properties.setProperty("destroy_time", "100");
Expand Down

0 comments on commit dd6cb9b

Please sign in to comment.