Hide scheduler announcements by default
... when no players are online.
This commit is contained in:
parent
6dbb62238e
commit
2f9eaffa12
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public final class BuildConfiguration {
|
|||
public static final boolean provideVerboseLoggingForSpellingHelpers = false;
|
||||
public static final boolean provideVerboseLoggingForSpellingCompletions = false;
|
||||
public static final boolean announceSchedulingActionsInLogIfPlayers = true;
|
||||
public static final boolean announceSchedulingActionsInLogIfAlone = true;
|
||||
public static final boolean announceSchedulingActionsInLogIfAlone = false;
|
||||
|
||||
// Command configuration
|
||||
// -> /msg & /reply
|
||||
|
|
Loading…
Reference in a new issue