mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-22 10:35:58 +01:00
Change challenges addon status to incompatible, if it tries to run with YAML
This commit is contained in:
parent
9d400fd115
commit
c74fa42770
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user