This commit is contained in:
destro174 2022-04-15 09:47:14 +02:00
parent c82e5c586d
commit 95eb7f3e6d

View File

@ -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