fix: empty image

This commit is contained in:
晓丶梦丶仁
2025-02-18 20:42:09 +08:00
parent 45b99ce31c
commit ae11bbf138

View File

@@ -93,7 +93,6 @@ bool asst::RoguelikeStageEncounterTaskPlugin::_run()
if (event.name.starts_with("魂灵见闻:")) {
Matcher matcher;
matcher.set_task_info("Sarkaz@Roguelike@CloseCollectionClose");
matcher.set_image(image);
auto matched = matcher.analyze();
if (matched) {
ctrler()->click(matched->rect);