Reverted warning suppression when -s not specified

This commit is contained in:
tofran 2020-10-04 23:55:12 +01:00
parent cee49fe968
commit 082130a008

View file

@ -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