Don't require nearbytrust for subclaims
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user