mirror of
https://github.com/shiroikitsu8/Bayshore_6r_legacy.git
synced 2024-12-03 19:47:17 +01:00
Region ID, oops, not country
This commit is contained in:
parent
dcc251c44f
commit
27033548ab
@ -552,6 +552,7 @@ export default class GameModule extends Module {
|
|||||||
tuneHandling: body.car.tuneHandling!,
|
tuneHandling: body.car.tuneHandling!,
|
||||||
carSettingsDbId: settings.dbId,
|
carSettingsDbId: settings.dbId,
|
||||||
carStateDbId: state.dbId,
|
carStateDbId: state.dbId,
|
||||||
|
regionId: body.car.regionId!,
|
||||||
};
|
};
|
||||||
let additionalInsert = {}
|
let additionalInsert = {}
|
||||||
if (fullTuneUsed) {
|
if (fullTuneUsed) {
|
||||||
|
Loading…
Reference in New Issue
Block a user