fix: Assetto Corsa numplayers (#538)

* fix Assetto Corsa numplayers

* Update CHANGELOG.md
This commit is contained in:
Pedro Ivo Hudson 2024-02-10 13:21:29 -03:00 committed by GitHub
parent 3a17184862
commit e047f9fb2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -35,6 +35,6 @@ export default class assettocorsa extends Core {
}
}
state.numplayers = carInfo.Cars.length
state.numplayers = serverInfo.clients
}
}