so illogical

This commit is contained in:
Super_ 2019-12-24 09:51:53 -05:00
parent 855c01a46b
commit 9fb89f2c69

View file

@ -118,9 +118,9 @@ public class Command_ro extends FreedomCommand
{
if (targetPlayer.getWorld() != adminWorld)
{
FUtil.adminAction(sender.getName(), "Removing all " + names + " within " + radius + " blocks of " + targetPlayer.getName(), false);
for (Material material : materials)
{
FUtil.adminAction(sender.getName(), "Removing all " + names + " within " + radius + " blocks of " + targetPlayer.getName(), false);
affected += replaceBlocks(targetPlayer.getLocation(), material, Material.AIR, radius);
}
}