Fixed duplicate ban entries

Bans are equal when:
a) The ban-type matches
b) The ban-subject matches
Small changes
This commit is contained in:
unknown
2014-08-26 18:23:48 +02:00
parent 3c6e706c98
commit 15650b84cf
11 changed files with 91 additions and 33 deletions

View File

@ -1,6 +1,5 @@
package me.StevenLawson.TotalFreedomMod;
import java.text.SimpleDateFormat;
import java.util.Arrays;
import java.util.List;
import java.util.UUID;