1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-05-06 10:16:23 +02:00

WHERE'S HARVEY DENT

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

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