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:
parent
e09a3b2c2c
commit
1026238187
@ -982,6 +982,7 @@ function Public.construct_train(icw, carriages)
|
||||
n = n + 1
|
||||
m = m - 1
|
||||
end
|
||||
break
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user