mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
remove duplicate old hints
This commit is contained in:
@@ -746,7 +746,7 @@ class ClientMessageProcessor(CommandProcessor):
|
|||||||
else:
|
else:
|
||||||
self.output(
|
self.output(
|
||||||
"Could not pay for everything. Rerun the hint later with more points to get the remaining hints.")
|
"Could not pay for everything. Rerun the hint later with more points to get the remaining hints.")
|
||||||
notify_hints(self.ctx, self.client.team, list(old_hints) + hints)
|
notify_hints(self.ctx, self.client.team, hints)
|
||||||
save(self.ctx)
|
save(self.ctx)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user