geforkt von Mirrors/Paper
NPE
Dieser Commit ist enthalten in:
Ursprung
dcabbda57c
Commit
4e6f4e3031
@ -162,6 +162,9 @@ class PlayerInstance {
|
||||
} else {
|
||||
this.a((Packet) (new Packet52MultiBlockChange(this.c, this.d, this.f, this.g, world))); // Craftbukkit
|
||||
|
||||
System.out.println("MultiBlockChange called for world " + world.w);
|
||||
new Exception().printStackTrace();
|
||||
|
||||
for (i = 0; i < this.g; ++i) {
|
||||
j = this.c * 16 + (this.g >> 12 & 15);
|
||||
k = this.g & 255;
|
||||
|
@ -142,8 +142,6 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
|
||||
newEntity.l();
|
||||
|
||||
entity.a.e = newEntity;
|
||||
newEntity.inventory = entity.inventory;
|
||||
newEntity.inventory.e = newEntity;
|
||||
entity = newEntity;
|
||||
} else {
|
||||
entity.a.a(location.getX(), location.getY(), location.getZ(), location.getYaw(), location.getPitch());
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren