Core: Remove extra " character in /forbid_release help message (#2923)

Was pointed out in the Discord: https://discord.com/channels/731205301247803413/731205301818359821/1215882443261870190
This commit is contained in:
Remy Jette 2024-03-09 23:12:55 -08:00 committed by GitHub
parent 3c4ebb2114
commit be802b4723
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1964,7 +1964,7 @@ class ServerCommandProcessor(CommonCommandProcessor):
@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