mirror of
https://github.com/Zrips/Jobs.git
synced 2025-02-01 21:11:30 +01:00
Update BossBarManager.java
This commit is contained in:
parent
a7d0653468
commit
ce974753f2
@ -35,7 +35,7 @@ public class BossBarManager {
|
|||||||
if (player == null)
|
if (player == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
List<String> temp = new ArrayList<String>();
|
List<String> temp = new ArrayList<>();
|
||||||
|
|
||||||
temp.addAll(player.getUpdateBossBarFor());
|
temp.addAll(player.getUpdateBossBarFor());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user