Merge pull request #188 from lenis0012/master

fixed default boss title
This commit is contained in:
Myles 2016-03-10 14:15:30 +00:00
commit fd42c7eba6
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);