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