mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-10 16:08:13 -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
|
||||
v.depot = nil
|
||||
if not v.is_available then
|
||||
v.parked_at_depot_id = nil
|
||||
v.depot_id = nil
|
||||
end
|
||||
end
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user