mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 13:29:25 +08:00
fix: use CampaignRun.run directly
This commit is contained in:
@@ -947,7 +947,7 @@ class GemsFarming(GemsFarming):
|
||||
is_limit = self.config.StopCondition_RunCount
|
||||
|
||||
try:
|
||||
super().run(name=name, folder=folder, total=total)
|
||||
CampaignRun.run(self, name=name, folder=folder, mode=mode, total=total)
|
||||
except CampaignEnd as e:
|
||||
if e.args[0] == 'Emotion withdraw':
|
||||
self._trigger_emotion = True
|
||||
|
||||
Reference in New Issue
Block a user