Browse Source

mcMMO will now start properly with scoreboards off

nossr50 6 years ago
parent
commit
66878d72bf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/gmail/nossr50/config/Config.java

+ 2 - 2
src/main/java/com/gmail/nossr50/config/Config.java

@@ -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) {