1
0
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:
montlikadani 2018-08-16 18:25:13 +02:00 committed by GitHub
parent a7d0653468
commit ce974753f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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