wftgeuhjor

This commit is contained in:
ZeroEpoch1969
2020-04-22 01:23:51 -07:00
parent bc8ff3cd7f
commit a523cc313c
9 changed files with 58 additions and 35 deletions

View File

@ -61,7 +61,7 @@ public class EntityWiper extends FreedomService
{
if (!(entity instanceof Player))
{
if (!bypassBlacklist && (BLACKLIST.contains(entity.getType()) || Groups.MOB_TYPES.contains(entity.getType())))
if ((!bypassBlacklist && BLACKLIST.contains(entity.getType())) || Groups.MOB_TYPES.contains(entity.getType()))
{
continue;
}