Reverted warning suppression when -s not specified
This commit is contained in:
parent
cee49fe968
commit
082130a008
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue