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:
		
							parent
							
								
									3c4ebb2114
								
							
						
					
					
						commit
						be802b4723
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue