Show ban reason with BD packet
This fully fixes issue 39 with tsuserver3 (https://github.com/AttorneyOnline/tsuserver3/issues/39)
This commit is contained in:
		
							parent
							
								
									4d93f059c0
								
							
						
					
					
						commit
						115fc0ff15
					
				@ -651,7 +651,7 @@ void AOApplication::server_packet_received(AOPacket *p_packet)
 | 
			
		||||
  }
 | 
			
		||||
  else if (header == "BD")
 | 
			
		||||
  {
 | 
			
		||||
    call_notice("You are banned on this server.");
 | 
			
		||||
    call_notice("You are banned on this server.\nReason: " + f_contents.at(0));
 | 
			
		||||
  }
 | 
			
		||||
  else if (header == "ZZ")
 | 
			
		||||
  {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user