Removed debug output.

This commit is contained in:
Olof Larsson 2011-11-27 23:52:15 +01:00
parent 87e7dd52d7
commit 3d929138a5

View File

@ -46,7 +46,6 @@ public class CmdClaim extends FCommand
// Get the FLocations
Set<FLocation> flocs = new FLocation(me).getCircle(radius);
p.log(flocs);
for (FLocation floc : flocs)
{
fme.attemptClaim(forFaction, new Location(floc.getWorld(), floc.getX()*16, 1, floc.getZ()*16), true);