Woot, rushing things without looking!

This commit is contained in:
t00thpick1 2014-08-03 20:40:48 -04:00
parent 70a23f8a0a
commit 3569f9a182

View File

@ -421,7 +421,7 @@ public final class SQLDatabaseManager implements DatabaseManager {
} }
public Map<SkillType, Integer> readRank(String playerName) { 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; ResultSet resultSet = null;
PreparedStatement statement = null; PreparedStatement statement = null;