summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nms-patches/EntityEnderDragon.patch2
-rw-r--r--nms-patches/PacketHandshakingInSetProtocol.patch4
2 files changed, 3 insertions, 3 deletions
diff --git a/nms-patches/EntityEnderDragon.patch b/nms-patches/EntityEnderDragon.patch
index 24a07dee..2e15e194 100644
--- a/nms-patches/EntityEnderDragon.patch
+++ b/nms-patches/EntityEnderDragon.patch
@@ -23,7 +23,7 @@
public boolean bw;
public boolean bx;
- private Entity bA;
-+ public Entity bA; // CraftBukkit - public
++ public Entity bA; // CraftBukkit - public // PAIL: Target
public int by;
public EntityEnderCrystal bz;
+ private Explosion explosionSource = new Explosion(null, this, Double.NaN, Double.NaN, Double.NaN, Float.NaN, true, true); // CraftBukkit - reusable source for CraftTNTPrimed.getSource()
diff --git a/nms-patches/PacketHandshakingInSetProtocol.patch b/nms-patches/PacketHandshakingInSetProtocol.patch
index 6466848b..87c1f9b1 100644
--- a/nms-patches/PacketHandshakingInSetProtocol.patch
+++ b/nms-patches/PacketHandshakingInSetProtocol.patch
@@ -6,8 +6,8 @@
private int a;
- private String b;
- private int c;
-+ public String b; // CraftBukkit - public
-+ public int c; // CraftBukkit - public
++ public String b; // CraftBukkit - public // PAIL: hostname
++ public int c; // CraftBukkit - public // PAIL: port
private EnumProtocol d;
public PacketHandshakingInSetProtocol() {}