Added MaximumLoginAttempts to configuration system.

This commit is contained in:
Lucas Nicodemus 2011-07-01 03:07:06 -06:00
parent 53c3fdf276
commit c6b77970c8
3 changed files with 7 additions and 2 deletions

View file

@ -59,5 +59,7 @@ namespace TShockAPI
public bool BanOnHardcoreOnlyDeath = false;
public bool AutoSave = true;
public int MaximumLoginAttempts = 3;
}
}