Format code

This commit is contained in:
2026-05-16 23:08:09 +02:00
parent 81dd8045f2
commit d110df924e
562 changed files with 11025 additions and 10059 deletions
@@ -50,8 +50,7 @@ public class ArenaconfigCommand extends SWCommand {
@Register
public void config(Player p, int lowerPlayerBorder) throws IOException {
CuboidRegion region = getSelection(p);
if(region == null)
return;
if (region == null) return;
BlockVector3 pos1 = region.getPos1();
BlockVector3 pos2 = region.getPos2();
@@ -77,7 +76,7 @@ public class ArenaconfigCommand extends SWCommand {
.getRegionSelector(BukkitAdapter.adapt(player.getWorld()));
try {
return (CuboidRegion)regionSelector.getRegion();
return (CuboidRegion) regionSelector.getRegion();
} catch (IncompleteRegionException e) {
Builder.MESSAGE.send("ARENACONFIG_SELECTION", player);
return null;