From 082130a008f5d040f7959130eb1c3917d87923dc Mon Sep 17 00:00:00 2001 From: tofran Date: Sun, 4 Oct 2020 23:55:12 +0100 Subject: [PATCH] Reverted warning suppression when -s not specified --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 9f5c13d..401d468 100755 --- a/backup.sh +++ b/backup.sh @@ -72,7 +72,7 @@ log-warning () { # Check for missing encouraged arguments if ! $SUPPRESS_WARNINGS; then - if $ENABLE_CHAT_MESSAGES && [[ $SCREEN_NAME == "" ]]; then + if [[ $SCREEN_NAME == "" ]]; then log-warning "Minecraft screen name not specified (use -s)" fi fi