mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
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:
@@ -1964,7 +1964,7 @@ class ServerCommandProcessor(CommonCommandProcessor):
|
|||||||
|
|
||||||
@mark_raw
|
@mark_raw
|
||||||
def _cmd_forbid_release(self, player_name: str) -> bool:
|
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)
|
player = self.resolve_player(player_name)
|
||||||
if player:
|
if player:
|
||||||
team, slot, name = player
|
team, slot, name = player
|
||||||
|
Reference in New Issue
Block a user