mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-22 05:19:26 +00:00
@@ -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 "$@"
|
||||
}
|
||||
Reference in New Issue
Block a user