forked from BLOCKFANTASY/LOOHP-Limbo
Updated how players are counted in metrics
This commit is contained in:
@@ -85,6 +85,7 @@ public class Unsafe {
|
||||
public void a(Player player) {
|
||||
instance.playersByName.put(player.getName(), player);
|
||||
instance.playersByUUID.put(player.getUniqueId(), player);
|
||||
instance.getMetrics().updatePlayersCount();
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
|
||||
Reference in New Issue
Block a user