Try to fix #128 with sqlite.
This commit is contained in:
parent
1e241eef3c
commit
6c8559c39b
@ -407,9 +407,6 @@ public class JailIO {
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
//Make sure the statement is closed.
|
||||
if(!st.isClosed()) st.close();
|
||||
} catch (SQLException e) {
|
||||
e.printStackTrace();
|
||||
pl.getLogger().severe("---------- Jail Error!!! ----------");
|
||||
|
Loading…
Reference in New Issue
Block a user