mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-08 10:08:08 -06:00
added depot bypass
This commit is contained in:
@@ -135,6 +135,12 @@ local migrations_table = {
|
||||
train.is_available = true
|
||||
end
|
||||
end
|
||||
for k, v in pairs(map_data.trains) do
|
||||
v.depot = nil
|
||||
if not v.is_available then
|
||||
v.depot_id = nil
|
||||
end
|
||||
end
|
||||
end,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user