Fix wagons being put into automatic mode (#393)

This commit is contained in:
2025-05-15 22:22:27 +09:00
committed by GitHub
parent 5cc99d86d5
commit 8b1166a135

View File

@@ -11,8 +11,10 @@ local module = {}
function module.manual(player, surface, force)
local trains = game.train_manager.get_trains{
stock = "locomotive",
has_passenger = false,
is_manual = true,
is_moving = false,
surface = surface,
force = force,
}