From 68f453f8022c9e489a8c0317f29851cf7df2aa41 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 7 Jun 2020 03:50:28 +0200 Subject: [PATCH] remove duplicate old hints --- MultiServer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MultiServer.py b/MultiServer.py index b26875a2..f8b0ddd7 100644 --- a/MultiServer.py +++ b/MultiServer.py @@ -746,7 +746,7 @@ class ClientMessageProcessor(CommandProcessor): else: self.output( "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) return True