remove duplicate old hints

This commit is contained in:
Fabian Dill 2020-06-07 03:50:28 +02:00
parent 55b37a998d
commit 68f453f802
1 changed files with 1 additions and 1 deletions

View File

@ -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