Show in kick packets.

This commit is contained in:
UnknownShadow200 2016-08-26 23:02:13 +10:00
parent e36520f68b
commit 50c4e0809d

View File

@ -280,7 +280,8 @@ namespace MCGalaxy {
aiming = false;
bool cp437 = HasCpeExt(CpeExt.FullCP437);
Send(Packet.MakeKick(kickMsg, cp437), sync);
string kickPacketMsg = ChatTokens.Apply(kickMsg, this);
Send(Packet.MakeKick(kickPacketMsg, cp437), sync);
disconnected = true;
if (!loggedIn) {
connections.Remove(this);