Removed debug output.
This commit is contained in:
parent
87e7dd52d7
commit
3d929138a5
@ -46,7 +46,6 @@ public class CmdClaim extends FCommand
|
|||||||
|
|
||||||
// Get the FLocations
|
// Get the FLocations
|
||||||
Set<FLocation> flocs = new FLocation(me).getCircle(radius);
|
Set<FLocation> flocs = new FLocation(me).getCircle(radius);
|
||||||
p.log(flocs);
|
|
||||||
for (FLocation floc : flocs)
|
for (FLocation floc : flocs)
|
||||||
{
|
{
|
||||||
fme.attemptClaim(forFaction, new Location(floc.getWorld(), floc.getX()*16, 1, floc.getZ()*16), true);
|
fme.attemptClaim(forFaction, new Location(floc.getWorld(), floc.getX()*16, 1, floc.getZ()*16), true);
|
||||||
|
Loading…
Reference in New Issue
Block a user