mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
fix: Assetto Corsa numplayers (#538)
* fix Assetto Corsa numplayers * Update CHANGELOG.md
This commit is contained in:
parent
3a17184862
commit
e047f9fb2a
2 changed files with 2 additions and 1 deletions
|
|
@ -35,6 +35,6 @@ export default class assettocorsa extends Core {
|
|||
}
|
||||
}
|
||||
|
||||
state.numplayers = carInfo.Cars.length
|
||||
state.numplayers = serverInfo.clients
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue