Fixes up Deathmax's Commit:b4971834238387d1cca96eea01f48fca51b0ba35

Adds some more/saner config descriptions while I'm at it.
Bumped version tick to 1222.
This commit is contained in:
Graham Cantin 2011-12-22 01:27:36 -08:00
parent 31d9161b77
commit a35dfcc1db
3 changed files with 26 additions and 24 deletions

View file

@ -526,7 +526,7 @@ namespace TShockAPI
Ban ban = null;
if (ipban != null && Config.EnableIPBans)
ban = ipban;
else if (nameban != null && Config.EnableIPBans)
else if (nameban != null && Config.EnableBanOnUsernames)
ban = nameban;
if (ban != null)