mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 15:49:00 +01:00
[CI-SKIP] Drop accidental import from last commit
This commit is contained in:
parent
2a6753b507
commit
df7c31a1da
1 changed files with 0 additions and 8 deletions
|
@ -68,14 +68,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
import net.minecraft.server.MapIcon;
|
import net.minecraft.server.MapIcon;
|
||||||
import net.minecraft.server.MinecraftKey;
|
import net.minecraft.server.MinecraftKey;
|
||||||
import net.minecraft.server.NBTTagCompound;
|
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 {
|
@@ -0,0 +0,0 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
|
||||||
hiddenPlayers.put(player.getUniqueId(), hidingPlugins);
|
hiddenPlayers.put(player.getUniqueId(), hidingPlugins);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue