Don't require nearbytrust for subclaims
This commit is contained in:
parent
190f5cc1c0
commit
125e3b66db
|
|
@ -959,7 +959,7 @@ public abstract class DataStore
|
|||
}
|
||||
}
|
||||
|
||||
if (creatingPlayer != null && !newClaim.canCleaimNear(creatingPlayer, 100)) {
|
||||
if (creatingPlayer != null && !newClaim.canCleaimNear(creatingPlayer, 100) && newClaim.parent == null) {
|
||||
result.succeeded = false;
|
||||
result.claim = null;
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user