File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
java/com/earth2me/essentials Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -769,9 +769,9 @@ safe-usermap-names: true
769769# Example: CommandBlock at <x>,<y>,<z> issued server command: /<command>
770770log-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.
777777max-projectile-speed : 8
You can’t perform that action at this time.
0 commit comments