voanh
voanh
I have the same problem
hi, I have the same error The method or operation is not implemented
> Can you give more context? What game is it? How can both of them lose? I have a condition that both player must have met before the match start....
> Can you forfeit them instead? https://drarig29.github.io/brackets-docs/reference/manager/functions/helpers.setForfeits.html Is this the fuction you are talking about?
Thanks for your replied. I tried ``` await manager.update.match({ id: match.id, opponent1: { id: match.opponent1.id, forfeit: true }, opponent2: { id: match.opponent2.id, forfeit: true }, }); ``` But it return...