Updated Upstream (Bukkit/CraftBukkit) (#7009)
This commit is contained in:
parent
f25255a7b8
commit
6682552eb2
4 changed files with 6 additions and 6 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue