Added MaximumLoginAttempts to configuration system.
This commit is contained in:
parent
53c3fdf276
commit
c6b77970c8
3 changed files with 7 additions and 2 deletions
|
|
@ -59,5 +59,7 @@ namespace TShockAPI
|
|||
public bool BanOnHardcoreOnlyDeath = false;
|
||||
|
||||
public bool AutoSave = true;
|
||||
|
||||
public int MaximumLoginAttempts = 3;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue