This commit is contained in:
Telesphoreo
2018-07-30 23:47:26 -07:00
committed by Seth
parent 1f9078b702
commit 5da2237cb3
2 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ public class Ban implements ConfigLoadable, ConfigSavable, Validatable
final Ban ban = (Ban) object;
if (hasIps() != ban.hasIps()
|| hasUsername() != hasUsername())
|| hasUsername() != ban.hasUsername())
{
return false;
}