mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-15 08:00:49 +01:00
Fix refactoring typos
This commit is contained in:
@@ -225,7 +225,7 @@ public class Database {
|
||||
try {
|
||||
statement.close();
|
||||
} catch (SQLException e) {
|
||||
printErrors(ex);
|
||||
printErrors(e);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user