mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fix wagons being put into automatic mode (#393)
This commit is contained in:
@@ -11,8 +11,10 @@ local module = {}
|
|||||||
|
|
||||||
function module.manual(player, surface, force)
|
function module.manual(player, surface, force)
|
||||||
local trains = game.train_manager.get_trains{
|
local trains = game.train_manager.get_trains{
|
||||||
|
stock = "locomotive",
|
||||||
has_passenger = false,
|
has_passenger = false,
|
||||||
is_manual = true,
|
is_manual = true,
|
||||||
|
is_moving = false,
|
||||||
surface = surface,
|
surface = surface,
|
||||||
force = force,
|
force = force,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user