From df7c31a1da02cd70da6197fb4b1b8eac9bc3a658 Mon Sep 17 00:00:00 2001 From: Shane Freeder Date: Sun, 28 Jun 2020 12:24:09 +0100 Subject: [PATCH] [CI-SKIP] Drop accidental import from last commit --- Spigot-Server-Patches/Player.setPlayerProfile-API.patch | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Spigot-Server-Patches/Player.setPlayerProfile-API.patch b/Spigot-Server-Patches/Player.setPlayerProfile-API.patch index 4e91c59d43..9586e3c3f2 100644 --- a/Spigot-Server-Patches/Player.setPlayerProfile-API.patch +++ b/Spigot-Server-Patches/Player.setPlayerProfile-API.patch @@ -68,14 +68,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 import net.minecraft.server.MapIcon; import net.minecraft.server.MinecraftKey; import net.minecraft.server.NBTTagCompound; -@@ -0,0 +0,0 @@ import net.minecraft.server.PacketPlayOutMap; - import net.minecraft.server.PacketPlayOutNamedSoundEffect; - import net.minecraft.server.PacketPlayOutPlayerInfo; - import net.minecraft.server.PacketPlayOutPlayerListHeaderFooter; -+import net.minecraft.server.PacketPlayOutRespawn; - import net.minecraft.server.PacketPlayOutSpawnPosition; - import net.minecraft.server.PacketPlayOutStopSound; - import net.minecraft.server.PacketPlayOutTitle; @@ -0,0 +0,0 @@ public class CraftPlayer extends CraftHumanEntity implements Player { hiddenPlayers.put(player.getUniqueId(), hidingPlugins);