1
0
mirror of synced 2025-01-31 20:15:24 +01:00

Region ID, oops, not country

This commit is contained in:
Rin 2022-07-18 10:50:20 +01:00
parent dcc251c44f
commit 27033548ab

View File

@ -552,6 +552,7 @@ export default class GameModule extends Module {
tuneHandling: body.car.tuneHandling!,
carSettingsDbId: settings.dbId,
carStateDbId: state.dbId,
regionId: body.car.regionId!,
};
let additionalInsert = {}
if (fullTuneUsed) {