mcMMO will now start properly with scoreboards off

This commit is contained in:
nossr50 2019-01-18 14:24:37 -08:00
parent 29befac27e
commit 66878d72bf

View File

@ -57,7 +57,7 @@ public class Config extends AutoUpdateConfigLoader {
}
/* Scoreboards */
if (getRankScoreboardTime() != -1 && getRankScoreboardTime() <= 0) {
/*if (getRankScoreboardTime() != -1 && getRankScoreboardTime() <= 0) {
reason.add("Scoreboard.Types.Rank.Display_Time should be greater than 0, or -1!");
}
@ -95,7 +95,7 @@ public class Config extends AutoUpdateConfigLoader {
if (!(getInspectUseChat() || getInspectUseBoard())) {
reason.add("Either Board or Print in Scoreboard.Types.Inspect must be true!");
}
}*/
/* Database Purging */
if (getPurgeInterval() < -1) {