summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nms-patches/RecipeBookServer.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/nms-patches/RecipeBookServer.patch b/nms-patches/RecipeBookServer.patch
index 3d60bc79..82133174 100644
--- a/nms-patches/RecipeBookServer.patch
+++ b/nms-patches/RecipeBookServer.patch
@@ -17,3 +17,11 @@
this.a(minecraftkey);
this.c(minecraftkey);
arraylist.add(minecraftkey);
+@@ -61,6 +62,7 @@
+ }
+
+ private void a(PacketPlayOutRecipes.Action packetplayoutrecipes_action, EntityPlayer entityplayer, List<MinecraftKey> list) {
++ if (entityplayer.playerConnection == null) return; // SPIGOT-4478 during PlayerLoginEvent
+ entityplayer.playerConnection.sendPacket(new PacketPlayOutRecipes(packetplayoutrecipes_action, list, Collections.emptyList(), this.c, this.d, this.e, this.f));
+ }
+