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