fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user