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:
parent
31d9161b77
commit
a35dfcc1db
3 changed files with 26 additions and 24 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue