1
0
mirror of synced 2024-11-12 01:10:47 +01:00

fix crown ghost saving bug

This commit is contained in:
ghkkk090 2022-07-30 19:22:44 +07:00
parent c6814daeec
commit 852b0afb1c

View File

@ -284,7 +284,9 @@ export default class StartupModule extends Module {
gtWing: true
}
});
car!.regionId = 1; // Hokkaido
if(car!.regionId === 0){
car!.regionId = 1; // Hokkaido
}
//car!.aura = 0;
car!.tunePower = car_crown[counter].tunePower;
car!.tuneHandling = car_crown[counter].tuneHandling;