mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 22:02:28 +00:00
typo.
This commit is contained in:
parent
b86370295c
commit
ebc0405e72
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ if [ ! -e server.properties ]; then
|
|||
DIFFICULTY=3
|
||||
;;
|
||||
*)
|
||||
echo "DIFFICULTY must by peaceful, easy, normal, or hard."
|
||||
echo "DIFFICULTY must be peaceful, easy, normal, or hard."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue