1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

fix issue with profanity plugin enabled check and add KickOnInfringingName setting

This commit is contained in:
RaidMax
2023-04-07 21:21:18 -05:00
parent 4aafaf1576
commit d05bcde8e8
2 changed files with 8 additions and 2 deletions

View File

@ -11,6 +11,7 @@ namespace IW4MAdmin.Plugins.ProfanityDeterment
public string ProfanityWarningMessage { get; set; }
public string ProfanityKickMessage { get; set; }
public int KickAfterInfringementCount { get; set; }
public bool KickOnInfringingName { get; set; } = true;
public IBaseConfiguration Generate()
{