Try to fix #128 with sqlite.

This commit is contained in:
graywolf336 2016-06-18 21:05:25 -05:00
parent 1e241eef3c
commit 6c8559c39b
No known key found for this signature in database
GPG Key ID: 63D2D655DA5B3643

View File

@ -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!!! ----------");