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:
perplexedMurfy 2019-01-03 17:37:23 -05:00 committed by oldmud0
parent 4d93f059c0
commit 115fc0ff15

View File

@ -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")
{