Fixed updateLeaderboards causing a memory leak and a bad /mctop display

This commit is contained in:
bm01 2013-02-06 22:47:05 +01:00
parent 215bd0f4a2
commit 4b4fb7fd39

View File

@ -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 {