Skip to content

Commit

Permalink
fix: stop sending border size for small border event
Browse files Browse the repository at this point in the history
  • Loading branch information
BomBardyGamer committed Apr 1, 2024
1 parent 2f3cb14 commit ed39e45
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ public void start() {
instance.getWorldBorder().setDiameter(12, 15000);

var task = instance.scheduler().buildTask(() -> {
instance.sendMessage(Component.text(getBorderSize()));

for (Player player : this.game.getPlayers()) {
if (player.getGameMode() != GameMode.SURVIVAL) return;

Expand Down

0 comments on commit ed39e45

Please sign in to comment.