Fix typo SPAWN_ANIMIALS

This commit is contained in:
ATMD
2017-06-29 19:56:14 +02:00
committed by GitHub
parent d09a56075f
commit 32a918b902

View File

@@ -441,7 +441,7 @@ if [ ! -e server.properties ]; then
setServerProp "allow-nether" "$ALLOW_NETHER"
setServerProp "announce-player-achievements" "$ANNOUNCE_PLAYER_ACHIEVEMENTS"
setServerProp "enable-command-block" "$ENABLE_COMMAND_BLOCK"
setServerProp "spawn-animals" "$SPAWN_ANIMAILS"
setServerProp "spawn-animals" "$SPAWN_ANIMALS"
setServerProp "spawn-monsters" "$SPAWN_MONSTERS"
setServerProp "spawn-npcs" "$SPAWN_NPCS"
setServerProp "generate-structures" "$GENERATE_STRUCTURES"