mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-30 10:05:59 +00:00
so illogical
This commit is contained in:
parent
855c01a46b
commit
9fb89f2c69
@ -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…
Reference in New Issue
Block a user