Skip to content

Commit

Permalink
dont print a stacktrace on missing structures file
Browse files Browse the repository at this point in the history
  • Loading branch information
19MisterX98 committed May 8, 2024
1 parent f2b28ac commit fdde135
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static List<RegionStructure.Data<?>> loadStructures() {
}
}
} catch (FileNotFoundException e) {
logger.warn("seedcracker couldn't find the structures file", e);
logger.warn("seedcracker couldn't find a structures file");
return result;
} catch (IOException e) {
logger.error("seedcracker couldn't load previous structures", e);
Expand Down

0 comments on commit fdde135

Please sign in to comment.