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

fix ghost saving

This commit is contained in:
ghkkk090 2022-08-16 15:38:05 +07:00
parent 3cb0cc15b5
commit e50de3303a

View File

@ -372,7 +372,7 @@ export default class GhostModule extends Module {
else if(actualSessionId > 0 && actualSessionId < 101)
{
// Check if it is crown ghost battle or not (crown ghost battle don't have time, driveData, trendBinaryByArea, trendBinaryByCar, trendBinaryByUser value from request body)
if(!(body.driveData))
if(!(body.trendBinaryByArea) && !(body.trendBinaryByCar) && !(body.trendBinaryByUser))
{
console.log('Crown Ghost Battle Game found');