1
0
mirror of synced 2024-09-24 03:08:26 +02:00

aura enabled again.. confimed english patch bug

This commit is contained in:
ghkkk090 2022-08-04 14:26:37 +07:00 committed by GitHub
parent 1807839336
commit bf0c4716eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,7 +300,6 @@ export default class StartupModule extends Module {
if(car!.regionId === 0){
car!.regionId = 1; // Hokkaido
}
car!.aura = 0;
car!.tunePower = car_crown[counter].tunePower;
car!.tuneHandling = car_crown[counter].tuneHandling;
car!.lastPlayedAt = 1659286800;
@ -350,4 +349,4 @@ export default class StartupModule extends Module {
r.send(Buffer.from(end));
})
}
}
}