Spam filter
Should help against teamgamerfood, next up might be fixing the password authentication since some people say it's ineffective.
This commit is contained in:
@@ -30,6 +30,11 @@ namespace Barotrauma.Networking
|
||||
public string version;
|
||||
public bool inGame;
|
||||
|
||||
public List<string> ChatMessages = new List<string>();
|
||||
public float ChatSpamSpeed = (float)0.0;
|
||||
public float ChatSpamTimer = (float)0.0;
|
||||
public int ChatSpamCount = 0;
|
||||
|
||||
private List<Client> kickVoters;
|
||||
|
||||
public bool ReadyToStart;
|
||||
|
||||
Reference in New Issue
Block a user