Skip to content

Commit 9b5b1c1

Browse files
committed
Added FACTORIO_LATENCY_MS option Part 1.
1 parent 9a7d407 commit 9b5b1c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smart_launch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ echo "###"
3737
exec /opt/factorio/bin/x64/factorio \
3838
$disallow_commands \
3939
$no_auto_pause \
40+
--latency-ms ${FACTORIO_LATENCY_MS} \
4041
--autosave-interval ${FACTORIO_AUTOSAVE_INTERVAL} \
4142
--autosave-slots ${FACTORIO_AUTOSAVE_SLOTS} \
4243
--start-server \

0 commit comments

Comments
 (0)