Skip to content

Commit

Permalink
Disable message about missing upgrades addon.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Jul 15, 2020
1 parent be1ed98 commit 2024b86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public void onEnable()

if (!upgrades.isPresent())
{
this.logWarning("Upgrades add-on not found so Magic Cobblestone Generator, some parts may not work!");
// this.logWarning("Upgrades add-on not found so Magic Cobblestone Generator, some parts may not work!");
this.upgradesAddon = null;
}
else
Expand Down

0 comments on commit 2024b86

Please sign in to comment.