summaryrefslogtreecommitdiffstats
path: root/nms-patches
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2016-03-06 09:55:36 +1100
committermd_5 <git@md-5.net>2016-03-06 09:55:36 +1100
commitd6a61e3e5d9959f8f1dd980fb42043a282b5f26a (patch)
tree6bdd7ab55951f1ce272e78fa1030c9cee21fe800 /nms-patches
parent249c5f0680e9bb69192aa4c3df12365567ba0372 (diff)
downloadcraftbukkit-d6a61e3e5d9959f8f1dd980fb42043a282b5f26a.tar
craftbukkit-d6a61e3e5d9959f8f1dd980fb42043a282b5f26a.tar.gz
craftbukkit-d6a61e3e5d9959f8f1dd980fb42043a282b5f26a.tar.lz
craftbukkit-d6a61e3e5d9959f8f1dd980fb42043a282b5f26a.tar.xz
craftbukkit-d6a61e3e5d9959f8f1dd980fb42043a282b5f26a.zip
SPIGOT-1776: Replace BossBar.hide/show with visibility.
Diffstat (limited to 'nms-patches')
-rw-r--r--nms-patches/BossBattleServer.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/nms-patches/BossBattleServer.patch b/nms-patches/BossBattleServer.patch
new file mode 100644
index 00000000..1a18af71
--- /dev/null
+++ b/nms-patches/BossBattleServer.patch
@@ -0,0 +1,11 @@
+--- 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);