diff --git a/defs/player.py b/defs/player.py index 4d74e7c..a27e1d4 100644 --- a/defs/player.py +++ b/defs/player.py @@ -28,6 +28,7 @@ class Player: def __init__(self, uid: str): self.uid = uid self.time = 0 + self.all_char = [] if not exists(PLAYER_PATH / uid / f"{uid}.json"): return with open(PLAYER_PATH / uid / f"{uid}.json", "r", encoding="utf-8") as fp: