(svn r15848) -Feature: Add autoclean_novehicles setting which will, when autoclean_companies is true, remove any company with no vehicles and no active client after autoclean_novehciles-months.
This commit is contained in:
@@ -126,6 +126,7 @@ struct NetworkSettings {
|
||||
bool autoclean_companies; ///< automatically remove companies that are not in use
|
||||
uint8 autoclean_unprotected; ///< remove passwordless companies after this many months
|
||||
uint8 autoclean_protected; ///< remove the password from passworded companies after this many months
|
||||
uint8 autoclean_novehicles; ///< remove companies with no vehicles after this many months
|
||||
uint8 max_companies; ///< maximum amount of companies
|
||||
uint8 max_clients; ///< maximum amount of clients
|
||||
uint8 max_spectators; ///< maximum amount of spectators
|
||||
|
Reference in New Issue
Block a user