mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 14:33:09 +01:00
rebuild
This commit is contained in:
parent
92f8da4b50
commit
8fa4818d1b
1 changed files with 2 additions and 1 deletions
|
@ -37,8 +37,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
public Entity c(int i) {
|
public Entity c(int i) {
|
||||||
this.cj = true;
|
//this.cj = true; // CraftBukkit - Moved down and into PlayerList#changeDimension
|
||||||
if (this.dimension == 1 && i == 1) {
|
if (this.dimension == 1 && i == 1) {
|
||||||
|
@@ -0,0 +0,0 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
|
||||||
this.world.kill(this);
|
this.world.kill(this);
|
||||||
if (!this.viewingCredits) {
|
if (!this.viewingCredits) {
|
||||||
this.viewingCredits = true;
|
this.viewingCredits = true;
|
||||||
|
|
Loading…
Reference in a new issue