remove duplicate old hints
This commit is contained in:
parent
55b37a998d
commit
68f453f802
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue