Skip to content

Commit 4f09fae

Browse files
committed
Change config option name from log-console-rcon-commands to log-console-commands
1 parent a662e2b commit 4f09fae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Essentials/src/main/java/com/earth2me/essentials/Settings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2087,7 +2087,7 @@ public boolean logCommandBlockCommands() {
20872087
}
20882088

20892089
private boolean _logConsoleRconCommands() {
2090-
return config.getBoolean("log-console-rcon-commands", true);
2090+
return config.getBoolean("log-console-commands", true);
20912091
}
20922092

20932093
@Override

Essentials/src/main/resources/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -769,9 +769,9 @@ safe-usermap-names: true
769769
# Example: CommandBlock at <x>,<y>,<z> issued server command: /<command>
770770
log-command-block-commands: true
771771

772-
# Should Essentials output logs when the console or RCON executes a command?
772+
# Should Essentials output logs when a console executes a command?
773773
# Example: CONSOLE issued server command: /<command>
774-
log-console-rcon-commands: true
774+
log-console-commands: true
775775

776776
# Set the maximum speed for projectiles spawned with /fireball.
777777
max-projectile-speed: 8

0 commit comments

Comments
 (0)