Skip to content

Commit

Permalink
Output adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
PoryGone committed Jan 5, 2024
1 parent 1778e30 commit 78dd85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 78dd85c

Please sign in to comment.