Skip to content

Commit

Permalink
Change challenges addon status to incompatible, if it tries to run wi…
Browse files Browse the repository at this point in the history
…th YAML
  • Loading branch information
BONNe committed Sep 8, 2019
1 parent 9d400fd commit c74fa42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void onEnable() {
{
this.logError("BentoBox database is not compatible with Challenges Addon.");
this.logError("Please use JSON based database type.");
this.setState(State.DISABLED);
this.setState(State.INCOMPATIBLE);
return;
}

Expand Down

0 comments on commit c74fa42

Please sign in to comment.