Skip to content

Commit

Permalink
mcMMO will now start properly with scoreboards off
Browse files Browse the repository at this point in the history
  • Loading branch information
nossr50 committed Jan 18, 2019
1 parent 29befac commit 66878d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/gmail/nossr50/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected boolean validateKeys() {
}

/* 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!");
}
Expand Down Expand Up @@ -95,7 +95,7 @@ protected boolean validateKeys() {
if (!(getInspectUseChat() || getInspectUseBoard())) {
reason.add("Either Board or Print in Scoreboard.Types.Inspect must be true!");
}
}*/

/* Database Purging */
if (getPurgeInterval() < -1) {
Expand Down

0 comments on commit 66878d7

Please sign in to comment.