Profanity deterrent kick players with offensive names

status parsing with Regex in IW4 is much cleaner
fixed tempban not always kicking
made plugin event tasks parallel
This commit is contained in:
RaidMax
2018-04-29 15:44:04 -05:00
parent 35e7f57156
commit 3a463be7f8
8 changed files with 94 additions and 51 deletions

View File

@ -37,6 +37,7 @@ namespace WebfrontCore.Controllers
CurrentServer = server,
Name = Client.Name
};
var remoteEvent = new GameEvent()
{
Type = GameEvent.EventType.Say,