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