Skip to content

Commit

Permalink
Core: Remove extra " character in /forbid_release help message (#2923)
Browse files Browse the repository at this point in the history
  • Loading branch information
remyjette authored Mar 10, 2024
1 parent 3c4ebb2 commit be802b4
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 @@ -1964,7 +1964,7 @@ def _cmd_allow_release(self, player_name: str) -> bool:

@mark_raw
def _cmd_forbid_release(self, player_name: str) -> bool:
""""Disallow the specified player from using the !release command."""
"""Disallow the specified player from using the !release command."""
player = self.resolve_player(player_name)
if player:
team, slot, name = player
Expand Down

0 comments on commit be802b4

Please sign in to comment.