You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on some ideas around tournament management and it would be nice to be able to set the player names when creating a draft via the API. For example, the request could look like:
I am not generally opposed to the idea. You should keep in mind though that Players
a) usually have a custom name pre-set and
b) generally are able to change their name mid-draft.
If this is implemented, it should not overwrite a locally selected name.
It could be implemented by adding a fixedNames flag to the Draft object, which is set to true if a draft is created with fixed names. The draft server could then ignore set_name messages for drafts that have the flag set.
I'm working on some ideas around tournament management and it would be nice to be able to set the player names when creating a draft via the API. For example, the request could look like:
The text was updated successfully, but these errors were encountered: