1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Close #17025: Do not change ride type of JSON ride objects (#22765)

This commit is contained in:
Michael Steenbeek
2024-09-21 22:44:53 +02:00
committed by GitHub
parent ea6ffc4f6b
commit 066e5a557b

View File

@@ -639,7 +639,6 @@ void RideObject::ReadJson(IReadObjectContext* context, json_t& root)
});
}
RideObjectUpdateRideType(_legacyType);
PopulateTablesFromJson(context, root);
}