fix
This commit is contained in:
parent
c82e5c586d
commit
95eb7f3e6d
|
|
@ -965,7 +965,7 @@ public abstract class DataStore
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (creatingPlayer != null && newClaim.isInsideBorder()) {
|
if (creatingPlayer != null && !newClaim.isInsideBorder()) {
|
||||||
result.succeeded = false;
|
result.succeeded = false;
|
||||||
result.claim = null;
|
result.claim = null;
|
||||||
creatingPlayer.sendMiniMessage("<red>You can't claim outside of the worldborder", null); // TODO MINIMESSAG + CONFIG
|
creatingPlayer.sendMiniMessage("<red>You can't claim outside of the worldborder", null); // TODO MINIMESSAG + CONFIG
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user