Skip to content

Commit

Permalink
Removed unrecognized latency option
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuhl authored Sep 20, 2016
1 parent 0015d9f commit b085cfe
Showing 1 changed file with 0 additions and 2 deletions.
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 b085cfe

Please sign in to comment.