settings: add canJoinTeam parameter
This commit is contained in:
parent
921644deb4
commit
2b95995104
7 changed files with 159 additions and 36 deletions
|
@ -51,6 +51,8 @@ type FICSettings struct {
|
|||
|
||||
// AllowRegistration permits unregistered Team to register themselves.
|
||||
AllowRegistration bool `json:"allowRegistration"`
|
||||
// CanJoinTeam permits unregistered account to join an already existing team.
|
||||
CanJoinTeam bool `json:"canJoinTeam"`
|
||||
// DenyNameChange disallow Team to change their name.
|
||||
DenyNameChange bool `json:"denyNameChange"`
|
||||
// EnableResolutionRoute activates the route displaying resolution movies.
|
||||
|
|
Reference in a new issue