Skip to content

Commit

Permalink
Use log instead of stdout
Browse files Browse the repository at this point in the history
Co-authored-by: Raven Szewczyk <git@eigenraven.me>
  • Loading branch information
ghostflyby and eigenraven authored Dec 10, 2023
1 parent 39adbb7 commit da030d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/dreammaster/recipes/RecipeRemover.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ private static void stopBuffering() {
return false;
}
if (rCopy.getItem() == null) {
System.out.println("Someone is adding recipes with null items!");
MainRegistry.Logger.warn("Someone is adding recipes with null items!");
return true;
}
if (rCopy.stackTagCompound != null) {
Expand Down

0 comments on commit da030d0

Please sign in to comment.