mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
parent
e5e9b0d928
commit
ec97c67aca
@ -182,5 +182,9 @@ function removeOldMods {
|
||||
}
|
||||
|
||||
function get() {
|
||||
mc-image-helper get "$@"
|
||||
local flags=()
|
||||
if isDebugging; then
|
||||
flags+=("--debug")
|
||||
fi
|
||||
mc-image-helper "${flags[@]}" get "$@"
|
||||
}
|
Loading…
Reference in New Issue
Block a user