WHERE'S HARVEY DENT

This commit is contained in:
t00thpick1 2015-02-16 21:43:51 -05:00
parent 347e03d75e
commit a1c3f0d651

View File

@ -751,6 +751,7 @@ public final class SQLDatabaseManager implements DatabaseManager {
resultSet.close();
}
catch (SQLException e) {
printErrors(e);
// Ignore
}
convertedUsers++;