1
0
mirror of synced 2025-02-21 21:00:13 +01:00

ghost history

This commit is contained in:
ghkkk090 2022-08-25 11:24:43 +07:00
parent 83424a394f
commit ac03238a33

View File

@ -37,7 +37,11 @@ export default class GhostModule extends Module {
let findChallenger = await prisma.carChallenger.findMany({
where: {
challengerCarId: body.carId
}
},
orderBy:{
lastPlayedAt: 'desc'
},
take: 10
})
let carsHistory: wm.wm.protobuf.Car[] = [];