Delete repetition of spawn-npcs

This commit is contained in:
ATMD 2017-06-29 20:25:24 +02:00 committed by GitHub
parent 32a918b902
commit f875af5cdb

View file

@ -445,7 +445,6 @@ if [ ! -e server.properties ]; then
setServerProp "spawn-monsters" "$SPAWN_MONSTERS" setServerProp "spawn-monsters" "$SPAWN_MONSTERS"
setServerProp "spawn-npcs" "$SPAWN_NPCS" setServerProp "spawn-npcs" "$SPAWN_NPCS"
setServerProp "generate-structures" "$GENERATE_STRUCTURES" setServerProp "generate-structures" "$GENERATE_STRUCTURES"
setServerProp "spawn-npcs" "$SPAWN_NPCS"
setServerProp "view-distance" "$VIEW_DISTANCE" setServerProp "view-distance" "$VIEW_DISTANCE"
setServerProp "hardcore" "$HARDCORE" setServerProp "hardcore" "$HARDCORE"
setServerProp "max-build-height" "$MAX_BUILD_HEIGHT" setServerProp "max-build-height" "$MAX_BUILD_HEIGHT"