1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-19 07:21:26 +02:00

Returns in finally are bad.

This commit is contained in:
GJ 2013-04-18 11:28:07 -04:00
parent c8c68ea7d9
commit d57c253b19

@ -185,7 +185,6 @@ public final class DatabaseManager {
}
catch (SQLException e) {
printErrors(e);
return false;
}
}
}