Updated Upstream (Bukkit/CraftBukkit) (#7009)

This commit is contained in:
Jake Potrebic 2021-12-03 17:33:56 -08:00
parent f25255a7b8
commit 6682552eb2
4 changed files with 6 additions and 6 deletions

View file

@ -116,5 +116,5 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ }
+ // Paper end
public void removeDisconnectingPlayer(Player player) {
this.hiddenEntities.remove(player.getUniqueId());
public void onEntityRemove(Entity entity) {
this.hiddenEntities.remove(entity.getUUID());