From 3eea5637b4623f57c69a9b51f9a1382802072560 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 31 May 2015 16:20:53 +1000 Subject: [PATCH] Add PAIL comments to a few things. --- nms-patches/EntityEnderDragon.patch | 2 +- nms-patches/PacketHandshakingInSetProtocol.patch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nms-patches/EntityEnderDragon.patch b/nms-patches/EntityEnderDragon.patch index 24a07dee53..2e15e1945b 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 6466848be0..87c1f9b1c5 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() {}