summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2015-05-31 16:20:53 +1000
committermd_5 <git@md-5.net>2015-05-31 16:38:10 +1000
commit3eea5637b4623f57c69a9b51f9a1382802072560 (patch)
treef84581fe2ba809e90da8b4f25abd686554681705
parentd33f0dd3baaa1e3f63775bae97eba9b6a0c98e07 (diff)
downloadcraftbukkit-3eea5637b4623f57c69a9b51f9a1382802072560.tar
craftbukkit-3eea5637b4623f57c69a9b51f9a1382802072560.tar.gz
craftbukkit-3eea5637b4623f57c69a9b51f9a1382802072560.tar.lz
craftbukkit-3eea5637b4623f57c69a9b51f9a1382802072560.tar.xz
craftbukkit-3eea5637b4623f57c69a9b51f9a1382802072560.zip
Add PAIL comments to a few things.
-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() {}