mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2026-08-15 13:04:50 +00:00
Update pdata.py
fixed complaint cmd issue
This commit is contained in:
parent
e0fae96164
commit
8b532b0fd9
1 changed files with 1 additions and 1 deletions
2
dist/ba_root/mods/playersData/pdata.py
vendored
2
dist/ba_root/mods/playersData/pdata.py
vendored
|
|
@ -40,7 +40,7 @@ class CacheData: # pylint: disable=too-few-public-methods
|
|||
profiles: dict = {}
|
||||
whitelist: list[str] = []
|
||||
blacklist: dict = {}
|
||||
|
||||
deviceid: dict = {}
|
||||
|
||||
def get_info(account_id: str) -> dict | None:
|
||||
"""Returns the information about player.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue