mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Update for 1.5_02.
This commit is contained in:
@@ -377,15 +377,15 @@ public class Chunk {
|
||||
k = this.entitySlices.length - 1;
|
||||
}
|
||||
|
||||
entity.bA = true;
|
||||
entity.bB = true;
|
||||
entity.chunkX = this.x;
|
||||
entity.bC = k;
|
||||
entity.bD = k;
|
||||
entity.chunkZ = this.z;
|
||||
this.entitySlices[k].add(entity);
|
||||
}
|
||||
|
||||
public void b(Entity entity) {
|
||||
this.a(entity, entity.bC);
|
||||
this.a(entity, entity.bD);
|
||||
}
|
||||
|
||||
public void a(Entity entity, int i) {
|
||||
@@ -619,12 +619,6 @@ public class Chunk {
|
||||
}
|
||||
|
||||
public void h() {
|
||||
for (int i = 0; i < this.b.length; ++i) {
|
||||
byte b0 = this.b[i];
|
||||
|
||||
if (b0 != 0 && Block.byId[b0 & 255] == null) {
|
||||
this.b[i] = 0;
|
||||
}
|
||||
}
|
||||
BlockRegister.a(this.b);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user