Skip to content

Commit

Permalink
Patches
Browse files Browse the repository at this point in the history
  • Loading branch information
getplusm committed Dec 29, 2023
1 parent 25164ec commit ff835d3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public static RangeInfo read(@NotNull JYML cfg, @NotNull String path) {
int distanceMin = cfg.getInt(path + ".Distance_Min");
int distanceMax = cfg.getInt(path + ".Distance_Max");

DungeonAPI.PLUGIN.warn("Load the rangeInfo: " + distanceMin + "/"+ distanceMax + ". path=" + path);

boolean materialsAsBlack = cfg.getBoolean(path+".Material.Use_As_Blacklist", true);
boolean biomesAsBlack = cfg.getBoolean(path+".Material.Use_As_Blacklist", true);

Expand Down

0 comments on commit ff835d3

Please sign in to comment.