mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-12 01:10:59 -06:00
fixed migration
This commit is contained in:
@@ -138,7 +138,7 @@ local migrations_table = {
|
|||||||
for k, v in pairs(map_data.trains) do
|
for k, v in pairs(map_data.trains) do
|
||||||
v.depot = nil
|
v.depot = nil
|
||||||
if not v.is_available then
|
if not v.is_available then
|
||||||
v.parked_at_depot_id = nil
|
v.depot_id = nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user