mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-06 20:42:57 +00:00
so illogical
This commit is contained in:
parent
855c01a46b
commit
9fb89f2c69
1 changed files with 1 additions and 1 deletions
|
@ -118,9 +118,9 @@ public class Command_ro extends FreedomCommand
|
||||||
{
|
{
|
||||||
if (targetPlayer.getWorld() != adminWorld)
|
if (targetPlayer.getWorld() != adminWorld)
|
||||||
{
|
{
|
||||||
|
FUtil.adminAction(sender.getName(), "Removing all " + names + " within " + radius + " blocks of " + targetPlayer.getName(), false);
|
||||||
for (Material material : materials)
|
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);
|
affected += replaceBlocks(targetPlayer.getLocation(), material, Material.AIR, radius);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue