forgot a semicolon lmao

This commit is contained in:
Fangoboyo 2022-06-25 18:58:20 -07:00
parent 362b0da66b
commit a83bacf951
2 changed files with 2 additions and 1 deletions

View File

@ -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();

View File

@ -1,2 +1,3 @@
tech\nully\BossBarAPI\FakeWitherCommand$1.class
tech\nully\BossBarAPI\BossBar.class
tech\nully\BossBarAPI\FakeWitherCommand.class