Skip to content

Commit

Permalink
More bedwars bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Devlrxxh committed Apr 4, 2024
1 parent a0e2879 commit e924834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/lrxh/practice/arena/Arena.java
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public boolean isSetup() {

public int getMaxBuildHeight() {
int highest = (int) (Math.max(spawnA.getY(), spawnB.getY()));
return highest + 5;
return highest + 8;
}

public int getDeathZone() {
Expand Down

0 comments on commit e924834

Please sign in to comment.