diff --git a/nms-patches/RecipeBookServer.patch b/nms-patches/RecipeBookServer.patch index 3d60bc7944..821331746d 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 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)); + } +