Revert "Disable leaderboards while stat conversion is in progress"
This reverts commit 1109b2479e
.
This commit is contained in:
parent
ca1aa2e172
commit
31fdfd3dc5
@ -90,14 +90,6 @@ public class Leaderboard
|
||||
}
|
||||
place++;
|
||||
}
|
||||
|
||||
//TEMP FOR CONVERSION
|
||||
display.clear();
|
||||
display.add(C.cAqua + _display);
|
||||
display.add(C.cRed + " ");
|
||||
display.add(C.cRed + "Disabled for stat conversion");
|
||||
//TEMP FOR CONVERSION
|
||||
|
||||
_holo = new Hologram(Managers.get(LeaderboardManager.class).getHologramManager(), _loc, display.toArray(new String[display.size()])).start();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user