Greatly reduced tolerance for IP address spam.
This commit is contained in:
parent
92d51670e4
commit
0ec966d4fb
|
|
@ -259,7 +259,7 @@ class PlayerEventHandler implements Listener
|
|||
GriefPrevention.AddLogEntry("Muted IP address from " + player.getName() + ": " + message);
|
||||
|
||||
//spam notation
|
||||
playerData.spamCount++;
|
||||
playerData.spamCount+=5;
|
||||
spam = true;
|
||||
|
||||
//block message
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user