Compile fixes (#2732)
This commit is contained in:
committed by
Shane Freeder
parent
44d032f1e9
commit
d8a0622602
@@ -1,11 +1,11 @@
|
||||
From aa46a8f287929842c58b58a76698f21363033112 Mon Sep 17 00:00:00 2001
|
||||
From 0883f87742c431b54b81989cff832711eb2ef851 Mon Sep 17 00:00:00 2001
|
||||
From: vemacs <d@nkmem.es>
|
||||
Date: Wed, 23 Nov 2016 08:31:45 -0500
|
||||
Subject: [PATCH] Cache user authenticator threads
|
||||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/EntityPlayer.java b/src/main/java/net/minecraft/server/EntityPlayer.java
|
||||
index 3e958eaf8..bf74db31e 100644
|
||||
index 2943918e4..caca40a0c 100644
|
||||
--- a/src/main/java/net/minecraft/server/EntityPlayer.java
|
||||
+++ b/src/main/java/net/minecraft/server/EntityPlayer.java
|
||||
@@ -4,7 +4,9 @@ import com.google.common.collect.Lists;
|
||||
@@ -50,7 +50,7 @@ index 3e958eaf8..bf74db31e 100644
|
||||
|
||||
this.playerConnection.sendPacket(new PacketPlayOutEntityDestroy(aint));
|
||||
}
|
||||
@@ -1299,7 +1308,14 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
|
||||
@@ -1298,7 +1307,14 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
|
||||
this.lastHealthSent = -1.0F;
|
||||
this.lastFoodSent = -1;
|
||||
// this.recipeBook.a((RecipeBook) entityplayer.recipeBook); // CraftBukkit
|
||||
|
||||
Reference in New Issue
Block a user