From eedff789a582608f305d60fa8c94e0964144c2b2 Mon Sep 17 00:00:00 2001 From: Christophe Vandekerchove Date: Sat, 26 Mar 2016 18:04:55 +0100 Subject: [PATCH] Made a small fix on autosave features --- smart_launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart_launch.sh b/smart_launch.sh index 15febd8..c1f496a 100755 --- a/smart_launch.sh +++ b/smart_launch.sh @@ -25,7 +25,7 @@ echo "# Launching Game" echo "###" exec /opt/factorio/bin/x64/factorio \ --disallow-commands \ - --start-server \ --autosave-interval ${FACTORIO_AUTOSAVE_INTERVAL} \ --autosave-slots ${FACTORIO_AUTOSAVE_SLOTS} \ + --start-server \ $last_save