mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
Update HighscoresHandler.java
This commit is contained in:
@@ -18,7 +18,6 @@ public class HighscoresHandler {
|
||||
loadPlayerInfo(player, child.getName().split("\\.")[0], "", false);
|
||||
if (player.playerRights >= 2 || // admin or dev
|
||||
player.isBot || player.playerName.startsWith("♥")) { // ignore bots
|
||||
System.out.println("Skipping player " + player.playerName);
|
||||
continue;
|
||||
}
|
||||
players.add(player);
|
||||
|
||||
Reference in New Issue
Block a user