|
|
|
|
@ -878,6 +878,7 @@ struct InscriptionManagerView: View { |
|
|
|
|
gatheringInProgress = true |
|
|
|
|
gathered = 0 |
|
|
|
|
gatheringDone = false |
|
|
|
|
print("total", unrankedUnsourced) |
|
|
|
|
for player in unrankedUnsourced { |
|
|
|
|
do { |
|
|
|
|
if let playerData = try await player.fetchUnrankPlayerData() { |
|
|
|
|
@ -888,6 +889,7 @@ struct InscriptionManagerView: View { |
|
|
|
|
try tournamentStore.playerRegistrations.addOrUpdate(instance: player) |
|
|
|
|
await MainActor.run { |
|
|
|
|
gathered += 1 |
|
|
|
|
print("gathered", gathered) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} catch { |
|
|
|
|
|