Skip to content

Commit b910df1

Browse files
committed
update border color
1 parent 7ac842f commit b910df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bukkit-example/src/main/java/com/lunarclient/apollo/example/api/examples/BorderApiExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void displayBorderExample(Player viewer) {
4848
.cancelEntry(true)
4949
.cancelExit(true)
5050
.canShrinkOrExpand(false)
51-
.color(Color.BLACK)
51+
.color(Color.RED)
5252
.bounds(Cuboid2D.builder()
5353
.minX(-50)
5454
.minZ(-50)

0 commit comments

Comments
 (0)