mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
fix: assetto corsa failing all queries due to undefined (#584)
This commit is contained in:
parent
a5187f70f9
commit
402be8a357
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export default class assettocorsa extends Core {
|
|||
state.password = serverInfo.pass
|
||||
state.gamePort = serverInfo.port
|
||||
state.numplayers = serverInfo.clients
|
||||
state.version = state.raw.serverInfo.poweredBy
|
||||
state.version = serverInfo.poweredBy
|
||||
|
||||
state.raw.carInfo = carInfo.Cars
|
||||
state.raw.serverInfo = serverInfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue