From a83bacf95106862870c69d20bf658b8639b38b42 Mon Sep 17 00:00:00 2001 From: Fangoboyo <77935781+Fangoboyo@users.noreply.github.com> Date: Sat, 25 Jun 2022 18:58:20 -0700 Subject: [PATCH] forgot a semicolon lmao --- src/main/java/tech/nully/BossBarAPI/BossBar.java | 2 +- .../compile/default-compile/createdFiles.lst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/tech/nully/BossBarAPI/BossBar.java b/src/main/java/tech/nully/BossBarAPI/BossBar.java index 38c6127..c6a4b10 100644 --- a/src/main/java/tech/nully/BossBarAPI/BossBar.java +++ b/src/main/java/tech/nully/BossBarAPI/BossBar.java @@ -48,7 +48,7 @@ public class BossBar { if (dragon != null) { dragon.destroy(); } - dragon = new SpawnFakeWither.FakeWither(dragonLocation, ProtocolLibrary.getProtocolManager()) + dragon = new SpawnFakeWither.FakeWither(dragonLocation, ProtocolLibrary.getProtocolManager()); dragon.setCustomName(text); dragon.setVisible(false); dragon.create(); diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst index 0875038..7f03386 100644 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -1,2 +1,3 @@ tech\nully\BossBarAPI\FakeWitherCommand$1.class +tech\nully\BossBarAPI\BossBar.class tech\nully\BossBarAPI\FakeWitherCommand.class