mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-18 05:14:43 +02:00
Why are these empty part 2
This commit is contained in:
@ -1164,6 +1164,7 @@ public final class SQLDatabaseManager implements DatabaseManager {
|
||||
+ "DROP INDEX `user`,"
|
||||
+ "ADD INDEX `user` (`user`(20) ASC)");
|
||||
} catch (SQLException ex) {
|
||||
ex.printStackTrace();
|
||||
} finally {
|
||||
tryClose(resultSet);
|
||||
}
|
||||
|
Reference in New Issue
Block a user