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:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user