Skip to content

Commit

Permalink
Merge pull request #35 from zopanix/bkuhl-patch-1
Browse files Browse the repository at this point in the history
Removed unrecognized latency option
  • Loading branch information
bkuhl authored Oct 9, 2016
2 parents 0015d9f + edf1f14 commit fa63e2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ ENV FACTORIO_AUTOSAVE_INTERVAL=2 \
FACTORIO_AUTOSAVE_SLOTS=3 \
FACTORIO_ALLOW_COMMANDS=false \
FACTORIO_NO_AUTO_PAUSE=false \
FACTORIO_LATENCY_MS=100 \
VERSION=0.14.8 \
FACTORIO_SHA1=db71bd07aeb8b3775c9254597eaf5af858c84b7d \
FACTORIO_WAITING=false \
Expand Down
2 changes: 0 additions & 2 deletions new_smart_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ if [ "$FACTORIO_NO_AUTO_PAUSE" == true ]
then
factorio_command="$factorio_command --no-auto-pause"
fi
# Setting latency-ms option
factorio_command="$factorio_command --latency-ms $FACTORIO_LATENCY_MS"
# Setting autosave-interval option
factorio_command="$factorio_command --autosave-interval $FACTORIO_AUTOSAVE_INTERVAL"
# Setting autosave-slots option
Expand Down

0 comments on commit fa63e2f

Please sign in to comment.