mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-05 01:49:16 +00:00
Remove normalizing to uppercase of LEVEL_TYPE (#2852)
This commit is contained in:
parent
1de2d34c64
commit
ddfb99a1fc
1 changed files with 0 additions and 4 deletions
|
@ -105,10 +105,6 @@ function customizeServerProps {
|
|||
esac
|
||||
fi
|
||||
|
||||
if [[ -v LEVEL_TYPE ]]; then
|
||||
LEVEL_TYPE="${LEVEL_TYPE^^}"
|
||||
fi
|
||||
|
||||
setPropertiesArgs=(
|
||||
--definitions "/image/property-definitions.json"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue