Update CraftBukkit to 1.6.4
This commit is contained in:
@@ -326,7 +326,7 @@ public class WorldServer extends World implements org.bukkit.BlockChangeDelegate
|
||||
j1 = k + (i1 & 15);
|
||||
k1 = l + (i1 >> 8 & 15);
|
||||
l1 = this.h(j1, k1);
|
||||
if (this.F(j1, l1, k1)) {
|
||||
if (this.isRainingAt(j1, l1, k1)) {
|
||||
this.strikeLightning(new EntityLightning(this, (double) j1, (double) l1, (double) k1));
|
||||
}
|
||||
}
|
||||
@@ -785,7 +785,7 @@ public class WorldServer extends World implements org.bukkit.BlockChangeDelegate
|
||||
protected void a(Entity entity) {
|
||||
super.a(entity);
|
||||
this.entitiesById.a(entity.id, entity);
|
||||
Entity[] aentity = entity.an();
|
||||
Entity[] aentity = entity.ao();
|
||||
|
||||
if (aentity != null) {
|
||||
for (int i = 0; i < aentity.length; ++i) {
|
||||
@@ -797,7 +797,7 @@ public class WorldServer extends World implements org.bukkit.BlockChangeDelegate
|
||||
protected void b(Entity entity) {
|
||||
super.b(entity);
|
||||
this.entitiesById.d(entity.id);
|
||||
Entity[] aentity = entity.an();
|
||||
Entity[] aentity = entity.ao();
|
||||
|
||||
if (aentity != null) {
|
||||
for (int i = 0; i < aentity.length; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user