Fix last commit

This commit is contained in:
MrMicky 2020-02-19 15:16:38 +01:00
parent 4ed0d49984
commit 948f88162d
1 changed files with 0 additions and 6 deletions

View File

@ -56,12 +56,6 @@ public class NPC_v1_15_R1 extends NPCBase {
this.packetPlayOutEntityDestroy = new PacketPlayOutEntityDestroy(entityId); // First packet to send.
}
@Override
public void onLogout(Player player) {
super.onLogout(player);
hasTeamRegistered.remove(player.getUniqueId());
}
@Override
public void sendShowPackets(Player player) {
PlayerConnection playerConnection = ((CraftPlayer) player).getHandle().playerConnection;