removed old plugins

added v0.1 of profanity determent plugin
This commit is contained in:
RaidMax
2018-03-28 23:40:57 -05:00
parent 9db8ad80ef
commit 25cefb8b6a
35 changed files with 211 additions and 4245 deletions

View File

@ -26,7 +26,8 @@ namespace WebfrontCore.ViewComponents
.Select(p => new PlayerInfo()
{
Name = p.Name,
ClientId = p.ClientId
ClientId = p.ClientId,
Level = p.Level.ToString()
}).ToList(),
ChatHistory = s.ChatHistory.ToArray()
}).ToList();