Skip to content

Commit

Permalink
Update Client/profile_save.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hauke Platte <[email protected]>
  • Loading branch information
bananabr3d and HOOK-Hawkins authored Mar 14, 2024
1 parent d584ba5 commit 77720a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/profile_save.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_profiles(self):
output.append(Player.from_dict(profile))
return output
else:
return None
return []

def set_profile(self, player : Player):
"""
Expand Down

0 comments on commit 77720a1

Please sign in to comment.