Disable leaderboards while stat conversion is in progress
This commit is contained in:
parent
dd64a332e5
commit
1109b2479e
@ -90,6 +90,14 @@ public class Leaderboard
|
|||||||
}
|
}
|
||||||
place++;
|
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();
|
_holo = new Hologram(Managers.get(LeaderboardManager.class).getHologramManager(), _loc, display.toArray(new String[display.size()])).start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user