Skip to content

Commit

Permalink
Disable log spam for Restructurer
Browse files Browse the repository at this point in the history
  • Loading branch information
Andromander committed May 17, 2021
1 parent 3d7b984 commit 5c1a8d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public ItemStack getToastSymbol() {

@Override
public boolean isSpecial() {
return false;
return true; //Stops log spam
}

@Override
Expand Down

0 comments on commit 5c1a8d3

Please sign in to comment.