Explorar o código

Woot, rushing things without looking!

t00thpick1 %!s(int64=11) %!d(string=hai) anos
pai
achega
3569f9a182

+ 1 - 1
src/main/java/com/gmail/nossr50/database/SQLDatabaseManager.java

@@ -421,7 +421,7 @@ public final class SQLDatabaseManager implements DatabaseManager {
     }
 
     public Map<SkillType, Integer> readRank(String playerName) {
-        Map<SkillType, Integer> skills = new HashMap<SkillType, Integer>(SkillType.class);
+        Map<SkillType, Integer> skills = new HashMap<SkillType, Integer>();
 
         ResultSet resultSet = null;
         PreparedStatement statement = null;