mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2025-01-09 09:17:44 +01:00
Properly deletes hidden players from top ten
https://github.com/BentoBoxWorld/Level/issues/98
This commit is contained in:
parent
838507cc4a
commit
d6117e69d8
@ -107,6 +107,8 @@ public class TopTen implements Listener {
|
||||
if (!entry.hasPermission(permPrefix + "intopten")) {
|
||||
it.remove();
|
||||
show = false;
|
||||
// Remove from Top Ten completely
|
||||
topTenList.get(world).remove(topTenUUID);
|
||||
}
|
||||
}
|
||||
if (show) {
|
||||
|
Loading…
Reference in New Issue
Block a user