Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
fix: chatban時の発言記録収集ミス (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 authored Jun 2, 2022
1 parent bf3e61f commit 8ebe2c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/jaoafa/mymaid4/lib/ChatBan.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,6 @@ public Result addMessageDB(String message) {
if (!MyMaidData.isMainDBActive()) {
return Result.DATABASE_NOT_ACTIVE;
}
if (isStatus()) {
return Result.ALREADY;
}
try {
Connection conn = MyMaidData.getMainMySQLDBManager().getConnection();
PreparedStatement stmt = conn
Expand Down

0 comments on commit 8ebe2c3

Please sign in to comment.