mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
SPM fix for negative/teamdamage
added localization as downloaded from the Master API interupted network communication no longer treated as unknown exception topstats prints the right message if no one qualifies angle adjustments move unflag to seperate command
This commit is contained in:
@ -21,9 +21,11 @@ namespace IW4MAdmin.Plugins.ProfanityDeterment
|
||||
"fuck"
|
||||
};
|
||||
|
||||
EnableProfanityDeterment = Utilities.PromptBool("Enable profanity deterring");
|
||||
ProfanityWarningMessage = "Please do not use profanity on this server";
|
||||
ProfanityKickMessage = "Excessive use of profanity";
|
||||
var loc = Utilities.CurrentLocalization.LocalizationIndex;
|
||||
|
||||
EnableProfanityDeterment = Utilities.PromptBool(loc["PLUGINS_PROFANITY_SETUP_ENABLE"]);
|
||||
ProfanityWarningMessage = loc["PLUGINS_PROFANITY_WARNMSG"];
|
||||
ProfanityKickMessage = loc["PLUGINS_PROFANITY_KICKMSG"];
|
||||
KickAfterInfringementCount = 2;
|
||||
|
||||
return this;
|
||||
|
Reference in New Issue
Block a user