summaryrefslogtreecommitdiffstats
path: root/nms-patches/Entity.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/Entity.patch')
-rw-r--r--nms-patches/Entity.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/nms-patches/Entity.patch b/nms-patches/Entity.patch
index 610ffd47..4fcba5c0 100644
--- a/nms-patches/Entity.patch
+++ b/nms-patches/Entity.patch
@@ -50,6 +50,16 @@
public int getId() {
return this.id;
+@@ -135,7 +169,8 @@
+ this.dead = true;
+ }
+
+- protected void a(float f, float f1) {
++ // PAIL: Access + rename please
++ public void a(float f, float f1) { // CraftBukkit - protected to public
+ if (f != this.width || f1 != this.length) {
+ float f2 = this.width;
+
@@ -150,6 +184,33 @@
}