1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-30 23:17:53 +02:00

Small update to train reversal patch

Without a break, choochoo will be encountered again, but the carriages will be in the desired order after a reversal, accomplishing nothing. Adding a break is a small optimization and is more logical to the desired behavior.
This commit is contained in:
Jacob 2020-09-14 15:42:00 -04:00
parent e09a3b2c2c
commit 1026238187

View File

@ -982,6 +982,7 @@ function Public.construct_train(icw, carriages)
n = n + 1
m = m - 1
end
break
end
end
end