mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
Only show skipped properties when debugging
This commit is contained in:
parent
fa53abdfb7
commit
32bc0382d6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ function setServerProp {
|
|||
echo "${prop}=${var//\\/\\\\}" >> "$SERVER_PROPERTIES"
|
||||
fi
|
||||
else
|
||||
log "Skip setting ${prop}"
|
||||
isDebugging && log "Skip setting ${prop}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue