Skip to content

Commit

Permalink
Update Lolicon.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
cikiPAD authored Dec 26, 2023
1 parent 2342908 commit b6e41e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/kotlin/command/Lolicon.kt
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,8 @@ object Lolicon : CompositeCommand(

}
}

entities.add(updatedEntity)
}

ImageCachedPool.getInstance().putImageNormal(entities);
Expand Down Expand Up @@ -939,6 +941,8 @@ object Lolicon : CompositeCommand(

}
}

entities.add(updatedEntity)
}

ImageCachedPool.getInstance().putImageSp(entities);
Expand Down

0 comments on commit b6e41e4

Please sign in to comment.