fixed default boss title

This commit is contained in:
Lennart ten Wolde 2016-03-10 15:14:27 +01:00
parent 1b77e1c89f
commit 1af86d1354
1 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@ public class OutgoingTransformer {
bar.addPlayer(info.getPlayer());
bar.show();
} else {
bar.setTitle((String) entry.getValue());
bar.setTitle(title);
}
} else if (entry.getOldID() == 6) {
BossBar bar = bossBarMap.get(entityID);