From 2302150521bd661bc659aa7fdf2aae8d181189c5 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 7 Jun 2020 02:38:03 +0200 Subject: [PATCH] adjust hint payment rejected text --- MultiServer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MultiServer.py b/MultiServer.py index a848b5a287..7924567173 100644 --- a/MultiServer.py +++ b/MultiServer.py @@ -753,8 +753,7 @@ class ClientMessageProcessor(CommandProcessor): else: self.output(f"You can't afford the hint. " f"You have {points_available} points and need at least " - f"{self.ctx.hint_cost}, " - f"more if multiple items are still to be found.") + f"{self.ctx.hint_cost}") return False