mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +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)
|
||||
local trains = game.train_manager.get_trains{
|
||||
stock = "locomotive",
|
||||
has_passenger = false,
|
||||
is_manual = true,
|
||||
is_moving = false,
|
||||
surface = surface,
|
||||
force = force,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user