geforkt von Mirrors/Paper
Fixed logging in to the wrong game mode
Dieser Commit ist enthalten in:
Ursprung
706f0da595
Commit
fce1a61254
@ -95,9 +95,11 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
|
||||
this.setPosition(position.x + 0.5, position.y, position.z + 0.5);
|
||||
}
|
||||
this.dimension = ((WorldServer) this.world).dimension;
|
||||
// CraftBukkit end
|
||||
int oldMode = itemInWorldManager.a();
|
||||
this.itemInWorldManager = new ItemInWorldManager((WorldServer) world);
|
||||
this.itemInWorldManager.player = this;
|
||||
this.itemInWorldManager.a(oldMode);
|
||||
// CraftBukkit end
|
||||
}
|
||||
|
||||
public void syncInventory() {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren