From b085cfe8e7c92e21d3d22993425a6fe47fcfda42 Mon Sep 17 00:00:00 2001 From: Ben Kuhl Date: Tue, 20 Sep 2016 17:50:45 -0400 Subject: [PATCH] Removed unrecognized latency option --- new_smart_launch.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/new_smart_launch.sh b/new_smart_launch.sh index 08bb15de..385e57e0 100755 --- a/new_smart_launch.sh +++ b/new_smart_launch.sh @@ -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