mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-01 20:36:24 +00:00
MOTD no longer needs to be pre-normalized (#2434)
This commit is contained in:
@@ -28,9 +28,6 @@ function customizeServerProps {
|
||||
MOTD="{\"text\":\"${MOTD}\"}"
|
||||
fi
|
||||
fi
|
||||
if [[ $MOTD ]]; then
|
||||
MOTD="$(echo "$MOTD" | mc-image-helper asciify)"
|
||||
fi
|
||||
|
||||
if [[ -v MODE ]]; then
|
||||
log "Setting mode"
|
||||
|
||||
Reference in New Issue
Block a user