mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 06:12:27 +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
|
DIFFICULTY=3
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "DIFFICULTY must by peaceful, easy, normal, or hard."
|
echo "DIFFICULTY must be peaceful, easy, normal, or hard."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue