summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityEnderDragon.patch
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 /nms-patches/EntityEnderDragon.patch
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.
Diffstat (limited to 'nms-patches/EntityEnderDragon.patch')
-rw-r--r--nms-patches/EntityEnderDragon.patch2
1 files changed, 1 insertions, 1 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()