F map autoupdate during flying fixed.
This commit is contained in:
@@ -50,8 +50,8 @@ public class CmdClaim extends FCommand {
|
||||
}
|
||||
|
||||
new SpiralTask(new FLocation(me), radius) {
|
||||
private int failCount = 0;
|
||||
private final int limit = Conf.radiusClaimFailureLimit - 1;
|
||||
private int failCount = 0;
|
||||
|
||||
@Override
|
||||
public boolean work() {
|
||||
|
||||
Reference in New Issue
Block a user