Change challenges addon status to incompatible, if it tries to run with YAML

This commit is contained in:
BONNe 2019-09-09 01:02:34 +03:00
parent 9d400fd115
commit c74fa42770

View File

@ -139,7 +139,7 @@ public class ChallengesAddon extends Addon {
{ {
this.logError("BentoBox database is not compatible with Challenges Addon."); this.logError("BentoBox database is not compatible with Challenges Addon.");
this.logError("Please use JSON based database type."); this.logError("Please use JSON based database type.");
this.setState(State.DISABLED); this.setState(State.INCOMPATIBLE);
return; return;
} }