mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
Update bcs_plugin.py
This commit is contained in:
parent
6dca693a8d
commit
3569d40faa
1 changed files with 2 additions and 2 deletions
2
dist/ba_root/mods/plugins/bcs_plugin.py
vendored
2
dist/ba_root/mods/plugins/bcs_plugin.py
vendored
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue