mirror of
https://github.com/darverdevs/BossBarAPI.git
synced 2024-12-21 23:04:11 -08:00
forgot a semicolon lmao
This commit is contained in:
parent
362b0da66b
commit
a83bacf951
|
@ -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();
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
tech\nully\BossBarAPI\FakeWitherCommand$1.class
|
||||
tech\nully\BossBarAPI\BossBar.class
|
||||
tech\nully\BossBarAPI\FakeWitherCommand.class
|
||||
|
|
Loading…
Reference in New Issue
Block a user