[AB-xx] make close log by default

This commit is contained in:
Sheldan
2022-10-08 11:39:55 +02:00
parent ad92ccd181
commit 48f62f8bdf

View File

@@ -108,7 +108,7 @@ public class Close extends AbstractConditionableCommand {
if(slashCommandParameterService.hasCommandOption(LOG_PARAMETER, event)) {
log = slashCommandParameterService.getCommandOption(LOG_PARAMETER, event, Boolean.class);
} else {
log = false;
log = true;
}
ClosingContext context = ClosingContext
.builder()