Update bcs_plugin.py

This commit is contained in:
itsre3 2022-06-24 20:08:53 +01:00 committed by GitHub
parent 6dca693a8d
commit 3569d40faa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ class BsDataThread(object):
}
for player in team.players:
teamplayer={'name':player.getname(),
'device_id':player.inputdevice.get_account_name(True),
'device_id':player.inputdevice.get_v1_account_name(True),
'inGame':player.in_game,
'character':player.character,
'account_id':player.get_v1_account_id()