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: