Try to fix #128 with sqlite.
This commit is contained in:
		@@ -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!!! ----------");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user