Merge branch 'TFM-1.13' of https://github.com/TFPatches/TotalFreedomMod into TFM-1.13

This commit is contained in:
ZeroEpoch1969
2018-07-31 00:01:47 -07:00
2 changed files with 2 additions and 2 deletions

View File

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