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