Fix: Redirected to page_reward by game after meta cleared (#1649)

This commit is contained in:
LmeSzinc 2022-09-16 23:21:43 +08:00
parent ab68a1f333
commit 98ebf5716a

View File

@ -59,6 +59,9 @@ class Meta(UI, MapEventHandler):
return True
if self.handle_popup_cancel():
return True
if self.appear_then_click(META_ENTRANCE, offset=(20, 300), interval=2):
return True
return False
def _server_support():