From 21abe6fb56d765db163258e1188ee80c1b0b687c Mon Sep 17 00:00:00 2001 From: Monica Moniot Date: Thu, 1 Dec 2022 16:09:00 -0500 Subject: [PATCH] fixed migration --- cybersyn/scripts/migrations.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cybersyn/scripts/migrations.lua b/cybersyn/scripts/migrations.lua index 1a359fd..f713d63 100644 --- a/cybersyn/scripts/migrations.lua +++ b/cybersyn/scripts/migrations.lua @@ -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,