mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-09 20:30:28 +01:00
12 lines
538 B
Diff
12 lines
538 B
Diff
--- a/net/minecraft/server/BossBattleServer.java
|
|
+++ b/net/minecraft/server/BossBattleServer.java
|
|
@@ -10,7 +10,7 @@
|
|
|
|
private final Set<EntityPlayer> h = Sets.newHashSet();
|
|
private final Set<EntityPlayer> i;
|
|
- private boolean j;
|
|
+ public boolean j; // PAIL: rename / public
|
|
|
|
public BossBattleServer(IChatBaseComponent ichatbasecomponent, BossBattle.BarColor bossbattle_barcolor, BossBattle.BarStyle bossbattle_barstyle) {
|
|
super(MathHelper.a(), ichatbasecomponent, bossbattle_barcolor, bossbattle_barstyle);
|