From 115fc0ff15948af1db277e405c409f493ce3486e Mon Sep 17 00:00:00 2001 From: perplexedMurfy Date: Thu, 3 Jan 2019 17:37:23 -0500 Subject: [PATCH] Show ban reason with BD packet This fully fixes issue 39 with tsuserver3 (https://github.com/AttorneyOnline/tsuserver3/issues/39) --- src/packet_distribution.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packet_distribution.cpp b/src/packet_distribution.cpp index 954062e..68d2fb9 100644 --- a/src/packet_distribution.cpp +++ b/src/packet_distribution.cpp @@ -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") {