mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
mcMMO will now start properly with scoreboards off
This commit is contained in:
parent
29befac27e
commit
66878d72bf
@ -57,7 +57,7 @@ public class Config extends AutoUpdateConfigLoader {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Scoreboards */
|
/* 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!");
|
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())) {
|
if (!(getInspectUseChat() || getInspectUseBoard())) {
|
||||||
reason.add("Either Board or Print in Scoreboard.Types.Inspect must be true!");
|
reason.add("Either Board or Print in Scoreboard.Types.Inspect must be true!");
|
||||||
}
|
}*/
|
||||||
|
|
||||||
/* Database Purging */
|
/* Database Purging */
|
||||||
if (getPurgeInterval() < -1) {
|
if (getPurgeInterval() < -1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user