mirror of
https://github.com/shiroikitsu8/Bayshore_6r_legacy.git
synced 2024-11-28 01:11:00 +01:00
fix hof ghost place name and gtwing
This commit is contained in:
parent
0919bac68e
commit
6d4a35a0b1
@ -81,6 +81,10 @@ export default class CarModule extends Module {
|
||||
let getTargetCar = await prisma.car.findFirst({
|
||||
where:{
|
||||
carId: getTarget.opponentCarId
|
||||
},
|
||||
include:{
|
||||
gtWing: true,
|
||||
lastPlayedPlace: true
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user