From 78dd85c9f5057f0ae13b552b6542f9167329aff7 Mon Sep 17 00:00:00 2001 From: PoryGone Date: Fri, 5 Jan 2024 03:13:13 -0500 Subject: [PATCH] Output adjustment --- MultiServer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MultiServer.py b/MultiServer.py index ec43dbe6d3da..ceb4953a2672 100644 --- a/MultiServer.py +++ b/MultiServer.py @@ -1426,7 +1426,7 @@ def get_hints(self, input_text: str, for_location: bool = False) -> bool: cost = self.ctx.get_hint_cost(self.client.slot) if self.ctx.hint_cost > 100: - self.output(f"Sorry, hints are disabled.") + self.output("Sorry, hints are disabled.") hints = [] return True elif not input_text: