(bf212a41f) v0.9.2.0 pre-release test version
This commit is contained in:
@@ -83,8 +83,9 @@ namespace Barotrauma.Networking
|
||||
|
||||
if (similarity + c.ChatSpamSpeed > 5.0f && !isOwner)
|
||||
{
|
||||
c.ChatSpamCount++;
|
||||
GameMain.Server.KarmaManager.OnSpamFilterTriggered(c);
|
||||
|
||||
c.ChatSpamCount++;
|
||||
if (c.ChatSpamCount > 3)
|
||||
{
|
||||
//kick for spamming too much
|
||||
|
||||
Reference in New Issue
Block a user