mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2025-01-10 01:38:20 +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")) {
|
if (!entry.hasPermission(permPrefix + "intopten")) {
|
||||||
it.remove();
|
it.remove();
|
||||||
show = false;
|
show = false;
|
||||||
|
// Remove from Top Ten completely
|
||||||
|
topTenList.get(world).remove(topTenUUID);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (show) {
|
if (show) {
|
||||||
|
Loading…
Reference in New Issue
Block a user