Fixed /f unclaim and /f unclaim 1
This commit is contained in:
parent
1a21229c82
commit
46805200dd
@ -40,7 +40,7 @@ public class CmdUnclaim extends FCommand {
|
|||||||
|
|
||||||
if (radius < 2) {
|
if (radius < 2) {
|
||||||
// single chunk
|
// single chunk
|
||||||
fme.attemptClaim(forFaction, me.getLocation(), true);
|
unClaim(new FLocation(me));
|
||||||
} else {
|
} else {
|
||||||
// radius claim
|
// radius claim
|
||||||
if (!Permission.CLAIM_RADIUS.has(sender, false)) {
|
if (!Permission.CLAIM_RADIUS.has(sender, false)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user