mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Fixed updateLeaderboards causing a memory leak and a bad /mctop display
This commit is contained in:
parent
215bd0f4a2
commit
4b4fb7fd39
@ -49,6 +49,7 @@ public final class Leaderboard {
|
||||
unarmed = new ArrayList<PlayerStat>();
|
||||
taming = new ArrayList<PlayerStat>();
|
||||
fishing = new ArrayList<PlayerStat>();
|
||||
powerLevels = new ArrayList<PlayerStat>();
|
||||
|
||||
//Read from the FlatFile database and fill our arrays with information
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user