Reduced punishment for trying to send an IP address.

Now muting these messages without banning right away.
This commit is contained in:
ryanhamshire 2015-07-16 19:16:00 -07:00
parent 09bd3ca139
commit bb7c73b2f7

View File

@ -284,7 +284,7 @@ class PlayerEventHandler implements Listener
if(GriefPrevention.instance.containsBlockedIP(message)) if(GriefPrevention.instance.containsBlockedIP(message))
{ {
//spam notation //spam notation
playerData.spamCount+=5; playerData.spamCount+=1;
spam = true; spam = true;
//block message //block message