mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-26 03:55:28 +01:00
commit
fd42c7eba6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user