mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-25 01:37:17 +00:00
fix party load
This commit is contained in:
parent
2ea8fed183
commit
5f5ce72600
@ -34,7 +34,7 @@ class Party:
|
||||
def get(cls: Type[Party], database: Database) -> Party:
|
||||
obj = Party(database)
|
||||
for player in database.get_party():
|
||||
obj.set_player(player)
|
||||
obj.players[player.player_id] = player
|
||||
return obj
|
||||
|
||||
def set_bis_link(self, player_id: PlayerId, link: str) -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user