1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-04 14:44:44 +02:00

We want answers for the issues.

This commit is contained in:
t00thpick1
2015-02-15 22:03:41 -05:00
parent 4f1004472c
commit 8543382bde

@ -674,6 +674,7 @@ public final class SQLDatabaseManager implements DatabaseManager {
return profile;
}
catch (SQLException e) {
printErrors(e);
}
}
resultSet.close();